aside ul {
  z-index: 999;
  position: fixed;
  top: 254px;
  right: 20px;
}
aside ul li {
  margin-top: 1px;
  position: relative;
  width: 70px;
  height: 70px;
}
aside ul li:nth-of-type(1) {
  margin-top: 0;
}
aside ul li .fix_box {
  transition: 0.6s;
  width: 100%;
  height: 100%;
  border: 1px solid #bebebe;
  background: #fff;
}
aside ul li .fix_box > a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}
aside ul li i {
  transition: 0.6s;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  overflow: hidden;
}
aside ul li .fix_box {
  background: #252525;
  border-color: #252525;
  color: #fff;
}
aside ul li:nth-of-type(1) i {
  background: url(../images/aside_ico1_h.png) center no-repeat;
  background-size: contain;
}
aside ul li:nth-of-type(2) i {
  background: url(../images/aside_ico2_h.png) center no-repeat;
  background-size: contain;
}
aside ul li:nth-of-type(3) i {
  background: url(../images/aside_ico3_h.png) center no-repeat;
  background-size: contain;
}
aside ul li:nth-of-type(3) i {
  background: url(../images/aside_ico4_h.png) center no-repeat;
  background-size: contain;
}
aside ul li:nth-of-type(4) i {
  background: url(../images/aside_ico5_h.png) center no-repeat;
  background-size: contain;
}
aside ul li.sidebar_close i {
  background: url(../images/aside_ico6_h.png) center no-repeat;
  background-size: contain;
}
aside ul li.go_top2 {
  display: none;
}
aside ul li.go_top2 i {
  background: url(../images/aside_ico5.png) center no-repeat;
  background-size: contain;
}
aside ul li.go_top2:hover i {
  background-image: url(../images/aside_ico5_h.png);
}
aside ul li:hover:nth-of-type(1) i {
  background-image: url(../images/aside_ico1_h.png);
}
aside ul li:hover:nth-of-type(2) i {
  background-image: url(../images/aside_ico2_h.png);
}
aside ul li:hover:nth-of-type(3) i {
  background-image: url(../images/aside_ico3_h.png);
}
aside ul li:hover:nth-of-type(3) i {
  background-image: url(../images/aside_ico4_h.png);
}
aside ul li:hover:nth-of-type(4) i {
  background-image: url(../images/aside_ico5_h.png);
}
aside ul li.sidebar_close:hover i {
  background-image: url(../images/aside_ico6_h.png);
}
aside ul li .fix_tel {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 14px;
  color: #434144;
  height: 70px;
  line-height: 24px;
  padding: 0 30px;
  border: 2px solid #e60012;
  border-right: none;
  background: #fff;
  width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
aside ul li .fix_erwei {
  transition: 0.6s;
  z-index: -1;
  transform: scale(0);
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -60px;
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 120px;
  padding-right: 10px;
}
aside ul li .fix_erwei img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
aside ul li:hover .fix_box {
  border-color: #e60012;
  background: #e60012;
}
aside ul li:hover .fix_box > a {
  color: #fff;
}
aside ul li:hover .fix_tel {
  opacity: 1;
  pointer-events: auto;
}
aside ul li:hover .fix_erwei {
  transform: scale(1);
}
aside ul .go_top {
  display: none;
}
.sidebar_open {
  display: none;
}
.sidebar_open li:nth-of-type(1) i {
  transform: rotate(-90deg);
  background: url(../images/aside_ico5.png) center no-repeat;
  background-size: contain;
}
.sidebar_open li:hover:nth-of-type(1) i {
  background-image: url(../images/aside_ico5_h.png);
}
.m_right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.m_search_btn {
  transition: 0.3s;
  display: none;
  z-index: 9999999;
  position: relative;
  width: 33px;
  height: 26px;
  background: url(../images/m_search_btn.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.m_meun_btn {
  display: none;
  margin-left: 15px;
  z-index: 9999999;
  position: relative;
  width: 52px;
  height: 30px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
.m_meun_btn span {
  transition: 0.2s ease;
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
.m_meun_btn_open span {
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
}
.nheader.fixed .m_meun_btn_open span {
  background: #252525;
}
.m_search_box {
  z-index: 88;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.search_con {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #434144;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_con .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.search_con img {
  object-fit: contain;
}
.search_con h3 {
  margin-top: 2%;
  font-size: 48px;
  font-family: "Arial";
  color: #fff;
  line-height: 110%;
  text-transform: uppercase;
}
.search_con form {
  margin-top: 6%;
  position: relative;
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.search_con form .text {
  transition: 0.6s;
  font-size: 24px;
  color: #cfcfcf;
  width: 100%;
  line-height: 60px;
  padding: 0 5px;
  border: 1px solid #505050;
  border-left-color: transparent;
  border-right-color: transparent;
  background: transparent;
}
.search_con form .submit {
  margin-top: 10%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  background: #e60012;
  text-transform: uppercase;
  cursor: pointer;
}
.search-ceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mobile_menu_box {
  display: none;
  z-index: 555;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  z-index: 999;
  overflow-y: scroll;
}
.mobile_menu_box .m_meun_btn {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 999;
}
.mobile_menu_box .m_meun_btn span {
  background: #646363;
}
.mobile_menu_box .mceng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.mobile_menu_nav {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 99;
  background: #ffffff;
  position: relative;
}
.mobile_menu_nav ul li .tit {
  transition: 0.6s;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  color: #434144;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu_nav ul li .tit.active + .mobile_second_nav {
  border-bottom: 0 none;
}
.mobile_menu_nav ul li .tit.active b {
  background-image: url(../images/bjt-on.png);
  background-size: 15px;
}
.mobile_menu_nav ul li .tit b {
  transition: 0.4s;
  display: block;
  position: relative;
  width: 25px;
  height: 20px;
  background: url(../images/bjt.png) no-repeat center / 8px;
}
.mobile_menu_nav ul li a {
  transition: 0s;
  display: block;
  width: 100%;
  height: 100%;
  color: #252525;
  font-size: 15px;
}
.mobile_menu_nav ul li dl dd {
  transition: 0.6s;
  position: relative;
  font-size: 15px;
  color: #747474;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  letter-spacing: 1px;

  cursor: pointer;
}
.mobile_menu_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
}
.m_meun_btn_open span:nth-of-type(1) {
  transform: rotate(45deg);
}
.m_meun_btn_open span:nth-of-type(2) {
  width: 0;
}
.m_meun_btn_open span:nth-of-type(3) {
  width: 100%;
  transform: rotate(-45deg);
}
.mobile_second_nav {
  display: none;
  border-bottom: 1px solid #cecece;
  padding: 0.32rem;
}
.layout_1720 {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.sh-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.header-ctn {
  padding-top: 26px;
}
.header-ctn h1 {
  width: 14.31%;
  margin-left: 1%;
}
.header-ctn ul {
  margin-left: 7%;
  padding-top: 5px;
  width: 61%;
}
.header-ctn ul > li {
  position: relative;
  width: 8%;
  text-align: center;
  margin-right: 5%;
  float: left;
}
.header-ctn ul > li:last-of-type {
  margin-right: 0;
}
.header-ctn ul > li::after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.header-ctn ul > li:hover::after,
.header-ctn ul > li.on::after,
.header-ctn ul > li.on2::after {
  width: 85%;
}
.header-ctn ul > li:hover > h3 > a,
.header-ctn ul > li.on > h3 > a,
.header-ctn ul > li.on2 > h3 > a {
  color: #000;
}
.header-ctn ul > li:first-child::after {
  width: 50%;
}
.header-ctn ul > li:first-child:hover::after {
  width: 50%;
}
.header-ctn ul > li a {
  display: block;
}
.header-ctn ul > li h3 a {
  color: #6a6a6a;
  font-size: 16px;
  padding-bottom: 43px;
}
.header-ctn ul > li .sub {
  display: none;
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 279%;
  z-index: 9;
  background-color: #fff;
}
.header-ctn ul > li .sub a {
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  color: #6a6a6a;
  transition: all 0.4s;
  font-size: 16px;
}
.header-ctn ul > li .sub a:hover {
  background: #f3f3f3;
  color: #000000;
}
.header-ctn .header-r {
  width: 246px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-ctn .header-r a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
}
.header-ctn .header-r a.en {
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
}
.header-ctn .header-r a.en:hover {
  background-color: #e60012;
  color: #fff;
}
.header-ctn .header-r a:last-of-type {
  margin-right: 0;
}
.header-ctn .header-r a.ewm {
  position: relative;
  background: #fff url(../images/weixin.png) no-repeat center / 24px;
  z-index: 2;
  margin: 0 22px;
}
.header-ctn .header-r a.ewm:hover {
  background: #e60012 url(../images/weixin-on.png) no-repeat center / 24px;
}
.header-ctn .header-r a.ewm:hover .ewm-code {
  display: block;
}
.header-ctn .header-r a .ewm-code {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background-color: #fff;
  padding: 5px;
  transition: all 0.4s;
  z-index: 2;
  display: none;
}
.header-ctn .header-r a .ewm-code img {
  width: 100%;
  height: 100%;
}
.header-ctn .header-r .sousuo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  background: url(../images/sousuo.png) no-repeat center / 24px;
  position: relative;
}
.sousuo-box {
  position: relative;
  cursor: pointer;
}
.sousuo-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  left: -15px;
  width: 125%;
  height: 85px;
  z-index: 1;
}
.sousuo-box:hover .sousuo {
  background: #e60012 url(../images/sousuo-on.png) no-repeat center / 24px;
}
.sousuo-box:hover .search_box {
  display: block;
  opacity: 1;
}
.banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: #ccc;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mbanner {
  display: none;
}
.mbanner .swiper-pagination-bullet {
  opacity: 1;
  background-color: #b5b5b5;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.mbanner .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 15px;
  border-radius: 30px;
}
.mbanner img {
  width: 100%;
}
.sh-title {
  text-align: center;
  line-height: normal;
}
.sh-title h2 {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Futura";
  text-transform: uppercase;
  color: #666666;
}
.sh-title h2 b {
  font-style: normal;
  font-family: "Futura";
}
.sh-title h4 {
  margin-top: 0;
  color: #252525;
  font-size: 30px;
}
.index1 {
  padding-top: 120px;
  position: relative;
}
.index1::after {
  content: '';
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
}
.index-pro {
  padding-top: 125px;
  position: relative;
}
.index-pro::before {
  content: '';
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: -245px;
  height: 600px;
  width: 1px;
}
.pro-item {
  margin-bottom: 100px;
}
.pro-item:nth-child(2n) .img {
  width: 70%;
  padding: 20% 0;
  float: right;
}
.pro-item:nth-child(2n) .img img {
  right: unset;
  left: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-item:nth-child(2n) .ctn {
  width: 30%;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.pro-item:nth-child(2n) .ctn .more::after {
  right: unset;
  left: 0;
}
.pro-item:last-of-type {
  margin-bottom: 0;
}
.pro-item .img {
  background-color: #f1f1f1;
  width: 63%;
  padding: 25% 0;
  position: relative;
}
.pro-item .img img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 100%;
}
.pro-item .ctn {
  width: 37%;
  padding-top: 130px;
  text-align: center;
}
.pro-item .ctn h3 {
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #515050;
}
.pro-item .ctn h4 {
  font-size: 20px;
  color: #515050;
  margin-bottom: 120px;
}
.pro-item .ctn .more {
  position: relative;
  color: #515050;
  font-family: Arial;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
  padding-bottom: 20px;
}
.pro-item .ctn .more::after {
  content: '';
  width: 345px;
  height: 2px;
  background-color: #e60012;
  position: absolute;
  bottom: 0;
  right: 0px;
  transition: all 0.6s;
  z-index: 9;
}
.pro-item .ctn .more:hover::after {
  width: 46px;
}
.index2 {
  padding-top: 100px;
}
.index2-list li {
  width: 47%;
  margin-bottom: 137px;
  margin-right: 6%;
}
.index2-list li:nth-child(2n) {
  margin-right: 0;
}
.index2-list li:nth-child(2n) .ctn {
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 28px;
}
.index2-list li:nth-child(2n) .ctn .more {
  top: -40px;
  right: 50px;
}
.index2-list li:nth-child(2n) .ctn .more::after {
  bottom: unset;
  top: 8px;
}
.index2-list li:nth-child(2n) .img {
  left: 0;
}
.index2-list li:nth-child(2n) .img img {
  left: 30px;
}
.index2-list li:nth-child(2) {
  margin-top: 48px;
  margin-bottom: 148px;
}
.index2-list li .img {
  background-color: #f1f1f1;
  position: relative;
  padding: 34.8% 0;
  left: 30px;
  width: 92%;
  display: block;
}
.index2-list li .img img {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100%;
  height: 100%;
}
.index2-list li .ctn {
  padding-top: 5px;
  padding-bottom: 50px;
  height: 140px;
  position: relative;
  z-index: 2;
}
.index2-list li .ctn h3 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #515050;
}
.index2-list li .ctn h4 {
  font-size: 20px;
  color: #515050;
}
.index2-list li .ctn .more {
  font-family: Arial;
  font-weight: bold;
  color: #515050;
  text-transform: uppercase;
  padding-right: 20px;
  position: absolute;
  bottom: 25px;
  right: 80px;
}
.index2-list li .ctn .more::after {
  content: '';
  height: 255px;
  width: 2px;
  background-color: #e60012;
  position: absolute;
  right: 0;
  bottom: 8px;
  transition: all 0.6s;
  z-index: 2;
}
.index2-list li .ctn .more:hover::after {
  height: 26px;
}
.index3 {
  height: 796px;
  background: url(../images/index3-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 130px;
  position: relative;
}
.index3 .sh-title h2 {
  color: #fefefe;
}
.index3 .sh-title h4 {
  color: #fff;
}
.gallery-top {
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}
.gallery-top .ctn {
  padding: 0 15%;
}
.gallery-top h3 {
  font-size: 18px;
  font-family: Arial;
  margin: 18px 0 5px;
  text-transform: uppercase;
}
.gallery-top h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.gallery-top h4::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.gallery-top .txt {
  font-size: 16px;
  color: #c9c9c9;
  line-height: 26px;
}
.gallery-top .swiper-button-next:after,
.gallery-top .swiper-button-prev:after {
  font-size: 30px;
}
.index3-sw {
  border-top: 1px solid #505050;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.index3-sw .gallery-thumbs {
  color: #c9c9c9;
  font-size: 16px;
}
.index3-sw .gallery-thumbs .swiper-slide {
  line-height: 80px;
  cursor: pointer;
  text-align: center;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.4s;
}
.index3-sw .gallery-thumbs .swiper-slide-thumb-active,
.index3-sw .gallery-thumbs .swiper-slide:hover {
  color: #fff;
  border-top-color: #e60012;
  border-left-color: #505050;
  border-right-color: #505050;
  background-color: rgba(0, 0, 0, 0.8);
}
.index4 {
  padding: 118px 0;
  overflow-x: hidden;
}
.index4-list .img {
  width: 50%;
}
.index4-list .img .img-box {
  position: relative;
  padding: 58.5% 0;
  overflow: hidden;
}
.index4-list .img .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index4-list .img .index4-logo {
  padding: 20px 0;
  text-align: center;
}
.index4-list .img .index4-logo img {
  width: 50%;
}
.index4-list .ctn {
  width: 50%;
  padding: 10% 0 373px 5%;
  position: relative;
}
.index4-list .ctn h2 {
  font-size: 48px;
  color: #000000;
  font-family: Arial;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
}
.index4-list .ctn h2 em {
  color: #e60012;
}
.index4-list .ctn h3 {
  font-size: 30px;
  line-height: normal;
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.index4-list .ctn h3::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #d4d4d4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index4-list .ctn .txt {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.index4-list .ctn .txt em {
  color: #e60012;
}
.index4-list .ctn .position-box {
  position: absolute;
  background-color: #f7f7f7;
  left: -10%;
  width: 110%;
  bottom: -5%;
  padding: 15% 10% 15% 25%;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 36px;
}
.index4-list .ctn .position-box ul {
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: -100px;
  bottom: 0;
  z-index: 9;
}
.index4-list .ctn .position-box ul li {
  width: 50%;
  height: 100px;
}
.index4-list .ctn .position-box ul li:nth-child(1) {
  background: rgba(174, 174, 174, 0.5);
}
.index4-list .ctn .position-box ul li:nth-child(2) {
  background: #e60012;
  overflow: hidden;
}
.index4-list .ctn .position-box ul li:nth-child(2) a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index4-list .ctn .position-box ul li:nth-child(3) {
  background: transparent;
}
.index4-list .ctn .position-box ul li:nth-child(4) {
  background: #000;
}
.index5 {
  background-color: #f7f7f7;
  padding: 100px 0 118px;
}
.index5-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 56px;
}
.index5-t .l h2 {
  font-size: 48px;
  color: #000000;
  font-family: Arial;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
}
.index5-t .l h2 em {
  color: #e60012;
}
.index5-t .l h3 {
  font-size: 30px;
  line-height: 36px;
}
.index5-t ul li {
  float: left;
  padding: 0 18px;
  line-height: 38px;
  font-size: 16px;
  color: #6a6a6a;
  margin-right: 20px;
  cursor: pointer;
}
.index5-t ul li:last-of-type {
  margin-right: 0;
}
.index5-t ul li.on,
.index5-t ul li:hover {
  background-color: #e60012;
  color: #fff;
}
.index5-b.on {
  display: block;
}
.index5-b .index5-b-l {
  width: 48%;
  position: relative;
}
.index5-b .index5-b-l .swiper-container {
  position: relative;
}
.index5-b .index5-b-l .video {
  width: 100%;
  padding: 33.4% 0;
  position: relative;
}
.index5-b .index5-b-l .video::after {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/bofang.png) no-repeat center / cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.index5-b .index5-b-l .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index5-b .index5-b-l h2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: #6a6a6a;
  font-size: 18px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.index5-b .index5-b-l .index5-page {
  position: relative;
  background-color: #fff;
  height: 68px;
}
.index5-b .index5-b-l .index5-page .index5-pagination {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50px;
  font-family: Arial;
  font-size: 18px;
  color: #6a6a6a;
}
.index5-b .index5-b-l .index5-page .index5-pagination .swiper-pagination-current {
  color: #e60012;
  font-size: 24px;
}
.index5-b .index5-b-l .index5-page .swiper-button {
  max-width: 50px;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.index5-b .index5-b-l .index5-page .swiper-button .index5-button-prev {
  left: 0;
}
.index5-b .index5-b-l .index5-page .swiper-button .index5-button-next {
  right: 0;
}
.index5-b .index5-b-l .index5-page .swiper-button .swiper-button-disabled {
  opacity: 1;
}
.index5-b .index5-b-l .index5-page .swiper-button .index5-button-prev.swiper-button-disabled::after,
.index5-b .index5-b-l .index5-page .swiper-button .index5-button-next.swiper-button-disabled::after {
  color: #afafaf;
}
.index5-b .index5-b-l .index5-page .swiper-button .swiper-button-next:after,
.index5-b .index5-b-l .index5-page .swiper-button .swiper-button-prev:after {
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.index5-b .index5-b-r {
  width: 48%;
  display: none;
}
.index5-b .index5-b-r.on {
  display: block;
}
.index5-b .index5-b-r a {
  display: block;
  padding: 25px;
  background-color: #fff;
  margin-bottom: 23px;
}
.index5-b .index5-b-r a:last-of-type {
  margin-bottom: 0;
}
.index5-b .index5-b-r a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index5-b .index5-b-r a:hover .index5-a-r h3 {
  color: #e60012;
}
.index5-b .index5-b-r a .index5-a-l {
  text-align: center;
  width: 15%;
  font-family: Arial;
}
.index5-b .index5-b-r a .index5-a-l h2 {
  font-size: 48px;
  line-height: normal;
  color: #454545;
}
.index5-b .index5-b-r a .index5-a-l span {
  font-size: 18px;
  color: #6a6a6a;
}
.index5-b .index5-a-r {
  width: 81%;
  margin-left: 4%;
  padding-left: 5%;
  padding-right: 3%;
  border-left: 1px solid #cfcfcf;
}
.index5-b .index5-a-r h3 {
  font-size: 16px;
  color: #202020;
  margin-bottom: 5px;
  font-weight: 400;
  font-weight: bold;
}
.index5-b .index5-a-r .index5-a-ctn {
  color: #6a6a6a;
  line-height: 24px;
}
.index6 {
  padding: 100px 0 118px;
}
.index6-list {
  padding-top: 50px;
}
.index6-list a {
  width: 30%;
  text-align: center;
  color: #000000;
  margin-right: 5%;
  overflow: hidden;
}
.index6-list a:last-of-type {
  margin-right: 0;
}
.index6-list a:hover .ctn::after {
  bottom: -1px;
}
.index6-list a:hover .img::after {
  opacity: 1;
}
.index6-list a:hover .ctn h2 {
  color: #333;
}
.index6-list a .img {
  position: relative;
  padding: 38% 0;
}
.index6-list a .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
  opacity: 0;
}
.index6-list a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index6-list a .ctn {
  padding: 20px 0;
  border: 1px solid #cdcdcd;
  border-top: 0 none;
  position: relative;
}
.index6-list a .ctn::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.index6-list a .ctn h2 {
  font-size: 20px;
  color: #a3a3a3;
}
.index6-list a .ctn h3 {
  text-transform: uppercase;
  color: #a3a3a3;
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-weight: 800;
  text-align: center;
  max-width: 1200px;
  width: 96%;
}
.inside-banner .ctn h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  font-family: Arial;
  margin-bottom: 25px;
  font-weight: bold;
}
.inside-banner .ctn h3 {
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  line-height: normal;
  font-weight: bold;
}
.inside-banner .ctn h3::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.h-top {
  height: 100px;
}
.minside-banner {
  display: none;
}
.inside-nav {
  border-bottom: 1px solid #e8e8e8;
  line-height: 100px;
}
.inside-nav .nav-l {
  color: #666666;
}
.inside-nav .nav-l img {
  margin-right: 10px;
}
.inside-nav .nav-l a {
  color: #666666;
}
.inside-nav .nav-r a {
  color: #999999;
  transition: all 0.6s;
  position: relative;
  height: 100%;
  float: left;
  margin-right: 85px;
  font-size: 16px;
}
.inside-nav .nav-r a:last-of-type {
  margin-right: 0;
}
.inside-nav .nav-r a::after {
  content: '';
  width: 0;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.inside-nav .nav-r a:hover,
.inside-nav .nav-r a.on {
  color: #e60012;
}
.inside-nav .nav-r a:hover::after,
.inside-nav .nav-r a.on::after {
  width: 100%;
}
.m_page_nav {
  display: none;
}
.ppjs1 {
  padding: 100px 0 90px;
}
.ppjs1-1 {
  padding-bottom: 99px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ppjs1-1 .ppjs1-1-l {
  width: 55%;
}
.ppjs1-1 .ppjs1-1-l .title h2 {
  font-size: 60px;
  font-family: "DIN-BLACKITALIC";
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}
.ppjs1-1 .ppjs1-1-l .title h2 em {
  color: #e60012;
}
.ppjs1-1 .ppjs1-1-l .title h3 {
  font-size: 24px;
  color: #666565;
  font-weight: 800;
}
.ppjs1-1 .ppjs1-1-l .ctn {
  font-size: 16px;
  color: #666666;
  padding-top: 40px;
  line-height: 30px;
}
.ppjs1-1 .ppjs1-1-r {
  width: 45%;
  position: relative;
  text-align: center;
}
.ppjs1-2 {
  padding: 38px 0;
  border-top: 1px solid #dddcdc;
  border-bottom: 1px solid #dddcdc;
}
.ppjs1-2 li {
  width: 25%;
  text-align: center;
  line-height: normal;
}
.ppjs1-2 li .num {
  font-size: 72px;
  font-weight: 800;
  color: #000;
  font-family: Arial;
}
.ppjs1-2 li h4 {
  font-size: 18px;
  color: #4e4e4e;
  margin-top: 10px;
}
.ppjs2 {
  position: relative;
}
.ppjs2 .img {
  position: relative;
  padding: 14.5% 0;
}
.ppjs2 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ppjs2 .ppjs2-ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}
.ppjs2 .ppjs2-ctn .title {
  color: #fff;
  line-height: normal;
}
.ppjs2 .ppjs2-ctn .title h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: "DIN-BLACKITALIC";
  margin-bottom: 8px;
  font-weight: bold;
  margin-bottom: 40px;
}
.ppjs2 .ppjs2-ctn .title h2 b {
  color: #e60012;
}
.ppjs2 .ppjs2-ctn .title h4 {
  font-size: 24px;
  font-weight: 800;
}
.ppjs2 .ppjs2-ctn .txt {
  font-size: 16px;
  color: #fff;
  margin-top: 70px;
  line-height: 30px;
}
.ppjs3 {
  padding: 100px 0;
}
.ppjs3-sw-t {
  padding: 60px 60px 50px;
  position: relative;
}
.ppjs3-sw-t .swiper-button-next,
.ppjs3-sw-t .swiper-button-prev {
  border-radius: 50%;
  opacity: 1;
}
.ppjs-thumbs {
  position: relative;
  padding-bottom: 10px;
}
.ppjs-thumbs::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.ppjs-thumbs .swiper-slide {
  text-align: center;
  font-size: 24px;
  color: #424242;
  font-family: Arial;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.ppjs-thumbs .swiper-slide::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s;
}
.ppjs-thumbs .swiper-slide.swiper-slide-thumb-active,
.ppjs-thumbs .swiper-slide:hover {
  color: #e60012;
}
.ppjs-thumbs .swiper-slide.swiper-slide-thumb-active::after,
.ppjs-thumbs .swiper-slide:hover::after {
  background: #e60012;
}
.ppjs-top .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.ppjs-top .swiper-slide .img {
  width: 50%;
  position: relative;
  padding: 20.2587% 0;
  overflow: hidden;
}
.ppjs-top .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppjs-top .swiper-slide .ppjs-top-r {
  width: 50%;
  background-color: #f1f1f1;
  padding: 60px 30px 30px;
}
.ppjs-top .swiper-slide .ppjs-top-r h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: normal;
  color: #333;
}
.ppjs-top .swiper-slide .ppjs-top-r .txt {
  font-size: 16px;
  color: #666666;
}
.ppjs4 {
  padding-top: 100px;
}
.ppjs4-list {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
.ppjs4-list .li-box {
  width: 50%;
  display: flex;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
.ppjs4-list .li-box .x1,
.ppjs4-list .li-box .x2,
.ppjs4-list .li-box .x3,
.ppjs4-list .li-box .x4 {
  content: '';
  display: block;
  background-color: #e60012;
  position: absolute;
  opacity: 0;
}
.ppjs4-list .li-box .x1,
.ppjs4-list .li-box .x2 {
  top: 0;
  width: 1px;
  height: 100%;
}
.ppjs4-list .li-box .x1 {
  left: 0;
}
.ppjs4-list .li-box .x2 {
  right: 0;
}
.ppjs4-list .li-box .x3,
.ppjs4-list .li-box .x4 {
  left: 0;
  width: 100%;
  height: 1px;
}
.ppjs4-list .li-box .x3 {
  top: 0;
}
.ppjs4-list .li-box .x4 {
  bottom: 0;
}
.ppjs4-list .li-box:hover .x1,
.ppjs4-list .li-box:hover .x2,
.ppjs4-list .li-box:hover .x3,
.ppjs4-list .li-box:hover .x4 {

  opacity: 1;
}
.ppjs4-list li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ppjs4-list li img {
  width: 100%;
  height: 100%;
}
.ppjs4-list li.ctn h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ppjs4-list li.ctn .txt {
  font-size: 14px;
  color: #898989;
}
.ppjs5 {
  position: relative;
  margin-bottom: 100px;
  height: 818px;
  background: url(../images/ppjs5-bg.jpg) no-repeat center / cover;
}
.ppjs5 .ppjs5-ctn {
  padding-top: 98px;
}
.ppjs5 .ppjs5-ctn .title {
  line-height: normal;
  color: #fff;
  text-align: center;
}
.ppjs5 .ppjs5-ctn .title h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
}
.ppjs5 .ppjs5-ctn .title h2 b {
  color: #e60012;
  font-weight: normal;
}
.ppjs5 .ppjs5-ctn .title h2 em {
  color: #e60012;
}
.ppjs5 .ppjs5-ctn .title h4 {
  font-size: 40px;
  font-weight: 800;
}
.ppjs5-list {
  padding-top: 110px;
}
.ppjs5-list li {
  background-color: #fff;
  width: 24%;
  padding: 30px 20px;
  height: 350px;
  margin-right: 1.3%;
  float: left;
}
.ppjs5-list li:last-of-type {
  margin-right: 0;
}
.ppjs5-list li .li-img {
  max-width: 60px;
  max-height: 60px;
  margin: 0 auto;
}
.ppjs5-list li .li-img img {
  max-height: 100%;
}
.ppjs5-list li h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0 45px;
}
.ppjs5-list li .txt {
  color: #010000;
  font-size: 16px;
}
.ppry {
  padding: 100px 0;
}
.ppry-box {
  padding: 60px 50px 0;
  position: relative;
}
.ppry-box .swiper-button-next::after,
.ppry-box .swiper-button-prev::after {
  color: #cccccc;
  font-size: 30px;
}
.ppry-box .swiper-button-next:hover::after,
.ppry-box .swiper-button-prev:hover::after {
  color: #000;
}
.ppry-list .swiper-slide {
  border: 1px solid #cdcdcd;
  text-align: center;
  box-sizing: border-box;
}
.ppry-list .swiper-slide .img {
  height: 367px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ppry-list .swiper-slide .img img {
  max-height: 100%;
}
.ppry-list .swiper-slide h3 {
  line-height: 75px;
  border-top: 1px solid #cdcdcd;
  font-size: 16px;
  color: #333333;
}
.page-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box a {
  display: inline-block;
  background-color: #cccccc;
  border-radius: 3px;
  font-family: Arial;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.4s;
  margin-right: 6px;
  height: 37px;
  width: 37px;
  line-height: 37px;
}
.page-box a:last-of-type {
  margin-right: 14px;
}
.page-box a:hover,
.page-box a.on {
  background-color: #e60012;
}
.page-box .select {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 0 13px;
  padding-right: 40px;
  border-radius: 3px;
  background: url(../images/jt.png) no-repeat 40px center;
  cursor: pointer;
  font-size: 13px;
  height: 37px;
}
.znzz1 {
  padding: 0 0 18px;
}
.znzz1-list {
  padding-top: 60px;
  overflow-x: hidden;
}
.znzz1-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(174, 174, 174, 0.3);
}
.znzz1-list li:nth-child(2n) .ctn h2 {
  text-align: right;
  align-self: flex-end;
}
.znzz1-list li:nth-child(2n) .ctn .txt {
  text-align: right;
}
.znzz1-list li .ctn {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 4%;
}
.znzz1-list li .ctn h2 {
  font-size: 25px;
  color: #252525;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 5px;
  width: 90%;
  align-self: flex-start;
  display: inline-block;
  font-weight: normal;
}
.znzz1-list li .ctn h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e7e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.znzz1-list li .ctn h2 em {
  font-size: 35px;
  color: #252525;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
}
.znzz1-list li .ctn .txt {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.znzz1-list li .img {
  width: 65%;
  position: relative;
  padding: 14.3% 0;
  overflow: hidden;
}
.znzz1-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znzz1-list li .img img:hover {
  transform: scale(1.1);
}
.znzz2 {
  background: url(../images/znzz2-bg.jpg) no-repeat center / cover;
  padding: 100px 0 83px;
  margin-bottom: 100px;
}
.znzz2-box .sh-title h2 {
  color: #fff;
}
.znzz2-box .sh-title h4 {
  color: #fff;
}
.znzz2-sw {
  padding: 60px 50px 0;
  position: relative;
}
.znzz2-sw .swiper-button-next,
.znzz2-sw .swiper-button-prev {
  opacity: 1;
}
.znzz2-sw .swiper-button-next::after,
.znzz2-sw .swiper-button-prev::after {
  color: #b0b0b0;
  font-size: 30px;
}
.znzz2-sw .swiper-button-next:hover::after,
.znzz2-sw .swiper-button-prev:hover::after {
  color: #fff !important;
}
.znzz2-sw .swiper-button-next {
  right: 0;
}
.znzz2-sw .swiper-button-prev {
  left: 0;
}
.znzz2-sw .swiper-button-disabled::after {
  color: #b0b0b0;
  opacity: 1;
}
.znzz2-sw .swiper-slide .img {
  position: relative;
  padding: 35% 0;
  overflow: hidden;
}
.znzz2-sw .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znzz2-sw .swiper-slide .img img:hover {
  transform: scale(1.1);
}
.znzz2-sw .swiper-slide .ctn {
  background-color: #fff;
  height: 150px;
  padding: 20px 20px 10px;
}
.znzz2-sw .swiper-slide .ctn h3 {
  font-size: 18px;
  color: #252525;
  text-align: center;
  margin-bottom: 10px;
}
.znzz2-sw .swiper-slide .ctn .txt {
  color: #8f8e8e;
  font-size: 14px;
  line-height: 1.6;
}
.zsjm1 {
  padding: 100px 0 0;
}
.zsjm1-list {
  padding-top: 80px;
}
.zsjm1-list li {
  width: 48%;
  margin-bottom: 35px;
  margin-right: 4%;
}
.zsjm1-list li:nth-child(2n) {
  margin-right: 0;
}
.zsjm1-list li .img {
  padding: 35.8% 0;
  position: relative;
  overflow: hidden;
}
.zsjm1-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zsjm1-list li .img img:hover {
  transform: scale(1.1);
}
.zsjm1-list li .ctn {
  width: 93%;
  margin: -80px auto 0;
  position: relative;
  background-color: #fff;
  z-index: 2;
  height: 270px;
  padding: 35px 70px 10px;
}
.zsjm1-list li .ctn h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  color: #333;
  margin-bottom: 40px;
}
.zsjm1-list li .ctn h3 {
  color: #9d9d9d;
  text-align: center;
  font-family: Arial;
  text-transform: uppercase;
  margin: 5px 0 15px;
  display: none;
}
.zsjm1-list li .ctn .txt {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
.zsjm2-box {
  padding: 80px 0 100px;
}
.zsjm3 {
  background: url(../images/zsjm3-bg.jpg) no-repeat center / cover;
  padding: 100px 0;
}
.zsjm3 .sh-title h2 {
  color: #fff;
}
.zsjm3 .sh-title h4 {
  color: #fff;
  font-weight: bold;
}
.zsjm3-list {
  padding-top: 60px;
}
.zsjm3-list li {
  background-color: #fff;
  width: 32.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zsjm3-list li:nth-child(3n) {
  margin-right: 0;
}
.zsjm3-list li .img {
  max-width: 70px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zsjm3-list li .img img {
  max-height: 100%;
}
.zsjm3-list li h2 {
  font-size: 24px;
  color: #252525;
  font-weight: 800;
  margin: 20px 0 50px;
}
.zsjm3-list li h3 {
  font-family: Arial;
  color: #a8a4a4;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: none;
}
.zsjm3-list li .txt {
  max-width: 80%;
  text-align: center;
  font-size: 16px;
  color: #7f7e7e;
  line-height: 1.8;
}
.zsjm4 {
  padding: 100px 0 95px;
}
.zsjm4-list {
  padding-top: 60px;
}
.zsjm4-list li {
  width: 24.5%;
  position: relative;
  margin-right: 0.6%;
  margin-bottom: 0.6%;
}
.zsjm4-list li:nth-child(4n) {
  margin-right: 0;
}
.zsjm4-list li .img {
  position: relative;
  overflow: hidden;
  padding: 50% 0;
}
.zsjm4-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zsjm4-list li .ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 9;
  text-align: center;
  width: 96%;
}
.zsjm4-list li .ctn h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}
.zsjm4-list li .ctn h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.zsjm5 {
  background: url(../images/zsjm5-bg.jpg) no-repeat center / cover;
  padding: 80px 0 150px;
}
.zsjm5 .sh-title h2 {
  color: #fff;
  font-style: italic;
}
.zsjm5 .sh-title h4 {
  color: #fff;
  font-weight: bold;
}
.zsjm5-list {
  padding-top: 90px;
}
.zsjm5-list li {
  width: 20%;
  text-align: center;
  color: #fff;
}
.zsjm5-list li .img {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 50%;
}
.zsjm5-list li h2 {
  font-size: 20px;
  font-weight: 800;
}
.zsjm5-list li h4 {
  width: 96%;
  margin: 3px auto 0;
}
.zsjm6 {
  padding: 100px 0;
}
.zsjm6 .zsjm6-ctn {
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding: 20px 0;
}
.zsjm6-form {
  padding-top: 20px;
}
.zsjm6-form .zs-input {
  display: block;
  width: 49%;
  border: 1px solid #dcdcdc;
  height: 60px;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #979797;
  cursor: auto;
}
.zsjm6-form .zs-input::-webkit-input-placeholder {
  color: #979797;
  font-family: "Microsoft YaHei", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.zsjm6-form .input-box {
  display: flex;
  justify-content: space-between;
}
.zsjm6-form .input-box input {
  width: 32%;
  cursor: auto;
}
.zsjm6-form .input-box input::-webkit-input-placeholder {
  color: #979797;
  font-family: "Microsoft YaHei", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.zsjm6-form .zs-textarea {
  width: 100%;
  min-height: 158px;
  padding: 18px;
  margin-bottom: 38px;
  cursor: auto;
}
.zsjm6-form .zs-textarea::-webkit-input-placeholder {
  color: #979797;
  font-family: "Microsoft YaHei", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.zsjm6-form select.zs-input {
  background: #fff url(../images/jt.png) no-repeat 97% center;
}
.zsjm6 .sh-title3 h4 {
  font-size: 24px;
}
.input-btn {
  text-align: center;
}
.input-btn input {
  display: inline-block;
  color: #fff;
  width: 170px;
  height: 58px;
  margin-right: 20px;
  font-weight: 800;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0;
}
.input-btn input:last-of-type {
  margin-right: 0;
}
.input-btn input.on1 {
  background-color: #5e5e5e;
}
.input-btn input.on2 {
  background-color: #252525;
}
.gcal1 {
  padding: 98px 0 50px;
}
.gcal-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding-bottom: 1px;
  border-top: 1px solid #f4f4f4;
}
.gcal-nav .nav-item:last-of-type {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 0;
}
.gcal-nav .nav-item:last-of-type .nav-a a.on2 {
  border: 1px solid #d1d1d1;
  background: none;
  position: relative;
}
.gcal-nav .nav-item:last-of-type .nav-a a.on2::after {
  content: "x";
  position: absolute;
  top: -7px;
  right: 1px;
  font-size: 12px;
}
.gcal-nav .nav-item:last-of-type .nav-a a.qk {
  border: 1px solid #d1d1d1;
  background: none;
}
.gcal-nav .nav-item h3 {
  color: #626161;
  max-width: 120px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background-color: #f4f4f4;
}
.gcal-nav .nav-item .nav-a {
  flex: 1;
}
.gcal-nav .nav-item .nav-a a {
  display: inline-block;

  color: #626161;
  padding: 0 15px;
  margin-right: 10px;
  transition: all 0.4s;
  overflow: hidden;
  line-height: 60px;
}
.gcal-nav .nav-item .nav-a a.on,
.gcal-nav .nav-item .nav-a a:hover {
  color: #000;
}
.gcal2 {
  padding-bottom: 96px;
}
.gcal2-list {
  padding-bottom: 50px;
}
.gcal2-list li {
  width: 30%;
  text-align: center;
  margin-bottom: 25px;
  margin-right: 5%;
}
.gcal2-list li:nth-child(3n) {
  margin-right: 0;
}
.gcal2-list li .img {
  position: relative;
  padding: 37% 0;
  overflow: hidden;
}
.gcal2-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gcal2-list li .img img:hover {
  transform: scale(1.1);
}
.gcal2-list li h3 {
  font-size: 20px;
  line-height: 75px;
  border: 1px solid #dcdcdc;
  border-top: 0 none;
}
.gcalinfor1 {
  background-color: #fff;
}
.gcal-sw {
  padding: 100px 56px;
  position: relative;
}
.gcal-sw .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gcal-sw .swiper-button-next:after,
.gcal-sw .swiper-button-prev:after {
  font-size: 30px;
  color: #cccccc;
}
.gcal-sw .swiper-button-next {
  right: 0;
}
.gcal-sw .swiper-button-prev {
  left: 0;
}
.gcal-sw .swiper-pagination {
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}
.gcal-sw .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin-right: 20px;
}
.gcal-sw .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.gcal-sw .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.gcalinfor2 {
  padding: 80px 0;
}
.gcalinfor-box {
  text-align: center;
}
.gcalinfor-box h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  color: #333;
}
.gcalinfor-box .ctn {
  font-size: 16px;
  color: #666666;
  padding: 3% 3% 7%;
  border-bottom: 1px solid #e4e4e4;
  line-height: 30px;
  margin-bottom: 70px;
}
.gcal-page a {
  font-size: 16px;
  color: #666666;
  width: 45%;
}
.gcal-page a.fl {
  text-align: left;
}
.gcal-page a.fr {
  text-align: right;
}
.yyal1 {
  padding: 98px 0 35px;
}
.yyal-nav .swiper-slide {
  padding: 5px 0;
  font-size: 18px;
  color: #626161;
  border: 1px solid #dddddd;
  text-align: center;
}
.yyal-nav .swiper-slide:last-of-type {
  margin-right: 0;
}
.yyal-nav .swiper-slide.on,
.yyal-nav .swiper-slide:hover {
  color: #e60012;
  border-color: #e60012;
}
.yyal2 {
  padding-bottom: 90px;
}
.yyal2-list {
  padding-bottom: 20px;
}
.yyal2-list li {
  width: 48%;
  text-align: center;
  margin-bottom: 38px;
  margin-right: 3%;
  position: relative;
}
.yyal2-list li:nth-child(2n) {
  margin-right: 0;
}
.yyal2-list li .img {
  position: relative;
  padding: 37.5% 0;
  overflow: hidden;
}
.yyal2-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.yyal2-list li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 38px;
  color: #ffffff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.yyal2-list li a {
  display: block;
  position: relative;
}
.yyal2-list li a:hover img {
  transform: scale(1.1);
}
.yyal2-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  opacity: 0;
  z-index: 3;
}
.yyal2-list li a:hover::after {
  opacity: 1;
}
.cplb1 {
  padding: 50px 0 10px;
}
.cplb2 {
  padding: 80px 0 60px;
}
.cplb3 {
  padding: 0px 0 100px;
}
.cplb3-list {
  padding-bottom: 90px;
}
.cplb3-list li {
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}
.cplb3-list li:nth-child(4n) {
  margin-right: 0;
}
.cplb3-list li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.cplb3-list li:hover .img2 {
  opacity: 1;
}
.cplb3-list li:hover .txt em {
  color: #e60012;
}
.cplb3-list li .img-box {
  position: relative;
}
.cplb3-list li .img {
  position: relative;
  padding: 50% 0;
  overflow: hidden;
}
.cplb3-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cplb3-list li .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.cplb3-list li .txt {
  padding-top: 10px;
  font-family: "Century Gothic", Futura-CondensedMedium, HelveticaNeue, PingFangSC-Light, HiraginoSansGB-W3, "Microsoft YaHei", tahoma;
}
.cplb3-list li .txt em {
  color: #000000;
  font-weight: 800;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 600;
}
.cplb3-list li .txt span {
  color: #848181;
  font-size: 12px;
}
.cpinfo1 {
  padding: 80px 0;
}
.cpinfo1-box .cpinfo1-l {
  width: 50%;
}
.cpinfo1-box .cpinfo1-l .cp-top {
  margin-bottom: 10px;
  border: 1px solid #c3c3c3;
}
.cpinfo1-box .cpinfo1-l .cp-top:hover .swiper-button-next,
.cpinfo1-box .cpinfo1-l .cp-top:hover .swiper-button-prev {
  display: block;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-next.swiper-button-disabled,
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-next:after,
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-prev:after {
  color: #fff;
  font-size: 0;
  z-index: 2;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-next {
  background: url(../images/rjt.png) no-repeat center;
}
.cpinfo1-box .cpinfo1-l .cp-top .swiper-button-prev {
  background: url(../images/lgt.png) no-repeat center;
}
.cpinfo1-box .cpinfo1-l .cp-thumbs {
  padding-top: 4px;
}
.cpinfo1-box .cpinfo1-l .cp-thumbs .swiper-slide {
  position: relative;
  padding: 4.2% 0;
  cursor: pointer;
}
.cpinfo1-box .cpinfo1-l .cp-thumbs .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpinfo1-box .cpinfo1-l .cp-thumbs .swiper-slide::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #252525;
  position: absolute;
  left: 0;
  top: -4px;
  opacity: 0;
  transition: all 0.4s;
}
.cpinfo1-box .cpinfo1-l .cp-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
.cpinfo1-box .cpinfo1-r {
  width: 46%;
  margin-left: 4%;
}
.cpinfo1-box .cpinfo1-r h2 {
  font-size: 26px;
  color: #333333;
  line-height: normal;
}
.cpinfo1-box .cpinfo1-r .txt {
  font-size: 18px;
  line-height: 30px;
  color: #595858;
  padding: 30px 0 60px;
  border-bottom: 1px solid #cdcccc;
  margin-bottom: 18px;
}
.cpinfo1-box .cpinfo1-r .list {
  padding-bottom: 38px;
}
.cpinfo1-box .cpinfo1-r .list li {
  font-size: 16px;
  margin-bottom: 15px;
}
.cpinfo1-box .cpinfo1-r .list li em {
  color: #666666;
  margin-right: 25px;
  font-weight: 800;
}
.cpinfo1-box .cpinfo1-r .list li span {
  color: #595858;
}
.cpinfo1-box .cpinfo1-r .yydz-a {
  padding: 10px 18px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #252525;
  transition: all 0.4s;
  background-color: #252525;
}
.cpinfo1-box .cpinfo1-r .yydz-a:hover {
  background-color: #252525;
  color: #fff;
}
.cpinfo2 .title {
  font-size: 35px;
  color: #333333;
  line-height: normal;
  padding-bottom: 15px;
  padding-top: 60px;
  border-top: 1px solid #f1f1f1;
  font-weight: normal;
}
.cpinfo2 .title em {
  color: #e60012;
}
.cpinfo2 .title span {
  text-transform: uppercase;
  font-family: Arial;
  margin-left: 10px;
}
.cpinfo2 .cpinfo2-ctn {
  padding: 0px 0 55px;
}
.cpinfo2 .cpinfo2-ctn img {
  max-width: 100%!important;
  height: auto!important;
  margin-bottom: 10px;
}
.cpinfo2-ctn2 {
  display: none;
}
.jjdz1 {
  padding: 100px 0;
}
.jjdz-box {
  display: flex;
  flex-wrap: wrap;
}
.jjdz-box .jjdz-l {
  width: 50%;
  position: relative;
}
.jjdz-box .jjdz-l .img {
  padding: 56.5% 0;
  position: relative;
  overflow: hidden;
}
.jjdz-box .jjdz-l .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jjdz-box .jjdz-l .ctn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.jjdz-box .jjdz-l .ctn h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
}
.jjdz-box .jjdz-l .ctn h4 {
  font-size: 16px;
  font-family: Arial;
  text-transform: uppercase;
  margin-top: 10px;
  font-style: italic;
}
.jjdz-box .jjdz-r {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(174, 174, 174, 0.3);
  padding: 50px 50px 0;
}
.jjdz-box .jjdz-r .jjdz-input {
  display: block;
  width: 100%;
  height: 65px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  color: #757575;
  cursor: auto;
}
.jjdz-box .jjdz-r .jjdz-input::-webkit-input-placeholder {
  color: #757575;
  font-family: "Microsoft YaHei", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.jjdz-box .jjdz-r .select-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.jjdz-box .jjdz-r .jjdz-select {
  display: block;
  width: 30%;
  height: 58px;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  font-size: 16px;
  background: #f5f5f5 url(../images/jt.png) no-repeat 93% center;
  color: #757575;
  cursor: pointer;
}
.jjdz-box .jjdz-r .checkbox {
  display: flex;
}
.jjdz-box .jjdz-r .checkbox span {
  color: #414040;
  font-size: 16px;
  max-width: 50px;
}
.jjdz-box .jjdz-r .checkbox .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.jjdz-box .jjdz-r .checkbox .check-item {
  position: relative;
  color: #414040;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.jjdz-box .jjdz-r .checkbox .check-item:last-of-type {
  margin-right: 0;
}
.jjdz-box .jjdz-r .checkbox .check-item input[type="checkbox"] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background: #fff;
  border: #414040 solid 1px;
  border-radius: 3px;
  min-height: 22px;
  min-width: 22px;
  cursor: pointer;
  margin-right: 5px;
}
.jjdz-box .jjdz-r .checkbox .check-item input[type="checkbox"]:checked {
  background: url(../images/gou.png) no-repeat center;
}
.jjdz-box .jjdz-r .checkbox .check-item label {
  cursor: pointer;
}
.jjdz-box .jjdz-r .textarea-box {
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  color: #757575;
}
.jjdz-box .jjdz-r .textarea-box::-webkit-input-placeholder {
  color: #757575;
  font-family: "Microsoft YaHei", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
}
.jjdz-box .jjdz-r .btnAct {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  transition: all 0.6s;
  font-weight: 800;
}
.jjdz-box .jjdz-r .btnAct:hover {
  background-color: #e60012;
}
.mendian-nav {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  display: none;
}
.sh-footer-t {
  background-color: #1a1a1a;
}
.sh-footer-t .sh-footer-t1 {
  padding: 35px 0 33px;
  border-bottom: 1px solid #484848;
}
.sh-footer-t .sh-footer-t1 .call {
  margin-right: 10px;
  margin-top: 5px;
}
.sh-footer-t .sh-footer-t1 .call-ctn span {
  color: #b7b7b7;
  font-size: 16px;
}
.sh-footer-t .sh-footer-t1 .call-ctn h3 {
  font-size: 24px;
  color: #fff;
  font-family: Arial;
}
.sh-footer-t .footer-list {
  padding: 50px 138px;
  display: flex;
  justify-content: space-between;
}
.sh-footer-t .footer-list a {
  display: block;
}
.sh-footer-t .footer-list h2 {
  display: inline-block;
  padding-bottom: 23px;
  border-bottom: 2px solid #e60012;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}
.sh-footer-t .footer-list .footer-item {
  max-width: 80px;
  width: 100%;
}
.sh-footer-t .footer-list .footer-item a {
  color: #999999;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.sh-footer-t .footer-list .footer-item a:hover {
  color: #fff;
}
.sh-footer-b {
  line-height: 90px;
  text-align: center;
  color: #5d5d5d;
  background-color: #ffffff;
}
.sh-footer-b a {
  color: #5d5d5d;
}
.mendian-form {
  display: flex;
}
.mendian-form input {
  height: 55px;
}
.mendian-form .txt {
  width: 88%;
  text-indent: 1.5em;
  background-color: #f5f5f5;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  cursor: inherit;
  transition: all 0.4s;
}
.mendian-form .txt:focus {
  border-color: #e60012;
  box-shadow: 0 0 10px rgba(199, 155, 105, 0.5);
}
.mendian-form .search {
  width: 12%;
  font-size: 18px;
  font-family: Arial;
  color: #fff;
  background: #e60012;
  text-transform: uppercase;
}
.mendian-form .search:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mendian1 {
  padding: 100px 0 80px;
}
.page_nav_hd2 {
  font-size: 16px;
  color: #626262;
  border: 1px solid #d3d3d3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_nav_hd2 .left {
  padding-left: 20px;
}
.page_nav_hd2 .left span {
  position: relative;
  padding-left: 24px;
  color: #626262;
}
.page_nav_hd2 .left span::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/page_nav_hd_ico.png) center no-repeat;
}
.page_nav_hd2 .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page_nav_hd2 .right a {
  padding: 18.5px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #626262;
}
.page_nav_hd2 .right a i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.page_nav_hd2 .right a i.fa-angle-down {
  background: url(../images/icon_down_on.png) no-repeat center;
}
.page_nav_hd2 .right a i.fa-angle-up {
  background: url(../images/icon_down.png) no-repeat center;
}
.page_nav_bd2 li {
  width: 100%;
  padding: 30px 23px;
  border: 1px solid #d3d3d3;
  border-top: none;
}
.page_nav_bd2 li dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page_nav_bd2 li dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page_nav_bd2 li dl dd a {
  margin: 0 20px;
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 100%;
  padding: 10px 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.mendian2 {
  padding-bottom: 80px;
}
.mendian-list {
  padding-bottom: 35px;
}
.mendian-list li {
  width: 30.833%;
  height: auto;
  margin-bottom: 4%;
  border: 1px solid transparent;
  transition: all 0.6s;
}
.mendian-list li:nth-of-type(3n-1) {
  margin: 0 3.75%;
}
.mendian-list li:hover {
  border-color: #e60012;
}
.mendian-list li:hover .center {
  border-color: transparent;
}
.mendian-list li a {
  display: block;
  position: relative;
}
.mendian-list li .img {
  position: relative;
  overflow: hidden;
  padding: 37.5% 0;
}
.mendian-list li .img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mendian-list li .center {
  padding: 20px;
  border: 1px solid #cdcdcd;
  transition: all 0.6s;
  border-top: 0 none;
}
.mendian-list li .center h2 {
  font-size: 18px;
  margin-bottom: 5px;
  transition: all 0.8s;
  color: #252525;
}
.mendian-list li .center .txt {
  color: #7d7d7d;
}
.login1 {
  max-width: 1000px;
  margin: 0 auto;
}
.login1 .jjdz-l .img {
  padding: 49.9% 0;
}
.login1 .jjdz-r .title {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 60px;
}
.login1 .jjdz-r .title::after,
.login1 .jjdz-r .title::before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #dcdcdc;
  transform: translateY(16px);
}
.login1 .jjdz-r .title h2 {
  font-size: 24px;
  font-weight: 800;
  color: #343333;
  line-height: normal;
}
.login1 .jjdz-r .title span {
  color: #999999;
  font-family: Arial;
  text-transform: uppercase;
}
.login1 .login-input {
  width: 100%;
  height: 58px;
  border: 1px solid #d2d2d2;
  padding-left: 55px;
  font-size: 16px;
  margin-bottom: 15px;
  background: #f4f4f4 no-repeat 15px center;
  background-color: #f4f4f4 !important;
}
.login1 .login-input.on1 {
  background-image: url(../images/login1.png) !important;
  background-size: 24px 25px;
  transition: all 0.4s;
}
.login1 .login-input.on1:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
  background-image: url(../images/login1.png) !important;
}
.login1 .login-input.on1:hover,
.login1 .login-input.on1:active {
  border-color: #e60012;
}
.login1 .login-input.on2 {
  background-image: url(../images/login2.png) !important;
  background-size: 22px 25px;
}
.login1 .login-input.on2:hover,
.login1 .login-input.on2:active {
  border-color: #e60012;
}
.login1 .login-sub {
  width: 100%;
  height: 65px;
  background-color: #252525;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-top: 25px;
  transition: all 0.4s;
}
.login1 .login-sub:hover {
  background-color: #e60012;
}
.logout {
  position: relative;
}
.logout a {
  position: relative;
  display: block;
  color: #e60012;
}
.logout a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.jxszq-nav {
  padding: 80px 0 80px;
}
.jxszq-nav .swiper-slide {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 10px 0;
  border: 1px solid #c9c9c9;
  transition: all 0.4s;
}
.jxszq-nav .swiper-slide.on,
.jxszq-nav .swiper-slide:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.jxszq-list {
  padding-bottom: 30px;
}
.jxszq-list li {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.jxszq-list li .img {
  width: 38%;
  position: relative;
  overflow: hidden;
  padding: 20% 0;
}
.jxszq-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jxszq-list li .jxszq-ctn {
  flex: 1;
  padding: 1% 1% 1% 8%;
  font-size: 16px;
  color: #252525;
  border: 1px solid #e1dfdf;
}
.jxszq-list li .jxszq-ctn h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}
.jxszq-list li .jxszq-ctn h4 {
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebe9e9;
  font-size: 16px;
}
.jxszq-list li .jxszq-ctn .txt {
  padding: 20px 0;
  color: #666666;
  width: 80%;
  font-size: 16px;
}
.jxszq-list li .jxszq-ctn h3 {
  margin-bottom: 35px;
  color: #666666;
  font-size: 16px;
}
.jxszq-list li .jxszq-ctn .dowmload {
  padding: 10px 60px;
  background-color: #252525;
  color: #fff;
  transition: all 0.6s;
}
.jxszq-list li .jxszq-ctn .dowmload:hover {
  background-color: #e60012;
}
.jxszq2 {
  padding-bottom: 90px;
}
.contact {
  padding: 77px 0 55px;
}
.contact-list {
  padding: 55px 18% 60px;
}
.contact-list li {
  width: 30%;
  text-align: center;
  margin-right: 5%;
}
.contact-list li:last-of-type {
  margin-right: 0;
}
.contact-list li .img {
  border: 1px solid #e4e4e4;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-list li h4 {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
#bmap {
  margin-top: 70px;
  width: 100%;
  height: 410px;
  border: 1px solid #e1e1e1;
  margin-bottom: 78px;
}
.contact-list2 li {
  float: left;
  width: 48.1667%;
  margin-right: 3.6667%;
  min-height: 286px;
  padding: 30px;
  border: 1px solid #e4e4e4;
  margin-bottom: 3.6667%;
}
.contact-list2 li:nth-of-type(2n) {
  margin-right: 0;
}
.contact-list2 li h5 {
  font-size: 24px;
  color: #333333;
  line-height: 100%;
  font-weight: 800;
}
.contact-list2 li .ctn {
  margin-top: 20px;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 36px;
}
.message-box {
  padding: 100px 0;
}
.news-box {
  padding: 100px 0;
}
.mnews-box {
  display: none;
}
.news-list li {
  width: 32.083%;
  margin-right: 1.87%;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #d8d8d8;
  transition: all 0.6s;
}
.news-list li:hover {
  border-color: #e60012;
}
.news-list li:nth-child(3n) {
  margin-right: 0;
}
.news-list li .img {
  position: relative;
  overflow: hidden;
  padding: 37.3% 0;
}
.news-list li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li .ctn {
  transition: all 0.6s;
}
.news-list li .ctn h2 {
  font-size: 24px;
  font-family: Arial;
  font-weight: 800;
  color: #333333;
  line-height: 100%;
  transition: 0.6s;
}
.news-list li .ctn .txt {
  margin-top: 5px;
  font-size: 16px;
  line-height: 32px;
  transition: 0.6s;
}
.news-list li .nctn {
  padding-top: 12px;
  line-height: normal;
}
.news-list li .nctn h2 {
  color: #333333;
  font-size: 18px;
  height: 52px;
}
.news-list li .nctn h3 {
  color: #797979;
  font-family: Arial;
  margin: 2px 0 20px;
  line-height: normal;
}
.news-list li .nctn .txt {
  color: #797979;
  font-size: 13px;
}
.newsinfo-t {
  padding: 100px 0;
}
.newsinfo-t .newsinfo-l {
  width: 80%;
  border: 1px solid #e4e4e4;
  padding: 40px 30px 90px;
}
.newsinfo-t .newsinfo-l .title {
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  color: #434144;
}
.newsinfo-t .newsinfo-l .date {
  font-size: 16px;
  color: #787878;
  margin: 20px 0 40px;
}
.newsinfo-t .newsinfo-l .newsinfo-ctn {
  padding: 35px 0;
  font-size: 16px;
  color: #787878;
  line-height: 32px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.newsinfo-t .newsinfo-l .newsinfo-ctn img {
  max-width: 100%!important;
  height: auto!important;
}
.newsinfo-t .newsinfo-l .newsinfo-ctn iframe {
  width: 100%;
  height: 600px;
}
.newsinfo-t .newsinfo-l .news-a {
  margin-bottom: 30px;
}
.newsinfo-t .newsinfo-l .news-a a {
  display: block;
  font-size: 16px;
  color: #536072;
  margin-bottom: 10px;
}
.newsinfo-t .newsinfo-l .news-a a.on,
.newsinfo-t .newsinfo-l .news-a a:hover {
  color: #787878;
}
.newsinfo-t .newsinfo-l .back {
  width: 215px;
  display: flex;
}
.newsinfo-t .newsinfo-l .back span {
  display: block;
  height: 40px;
  background: #3a3332;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.newsinfo-t .newsinfo-l .back em {
  width: 70%;
  font-size: 16px;
  color: #fff;
  background-color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsinfo-t .newsinfo-r {
  width: 15%;
  border: 1px solid #e4e4e4;
  padding: 15px;
  color: #7a7a7a;
}
.newsinfo-t .newsinfo-r h3 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.newsinfo-t .newsinfo-r .bshare-custom a {
  display: block;
  margin-bottom: 20px;
  padding-left: 46px;
  height: auto;
  line-height: 37px;
}
.newsinfo-t .newsinfo-r .bshare-custom a.bshare-weixin {
  background: url(../images/share1.png) no-repeat left center;
}
.newsinfo-t .newsinfo-r .bshare-custom a.bshare-sinaminiblog {
  background: url(../images/share2.png) no-repeat left center;
}
.newsinfo-t .newsinfo-r .bshare-custom a.bshare-qzone {
  background: url(../images/share3.png) no-repeat left center;
}
.m_cplb {
  height: 50px;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #dcdcdc;
  position: relative;
}
.m_cplb em {
  color: #252525;
}
.m_cplb a {
  color: #666;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: flex-end;
  width: 15%;
}
.m_cplb .sq {
  position: absolute;
  height: 100%;
  left: 10%;
  right: 10%;
}
#more_list {
  background: url(../images/nnnjt.png) no-repeat right center;
}
#more_list.on {
  background-image: url(../images/nnnjt-on.png);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  cursor: pointer;
}
.sp-ctn iframe {
  height: 100vh;
  display: block;
}
.search_box {
  position: fixed;
  left: 0;
  width: 100%;
  top: 85px;
  padding: 30px 0;
  z-index: 999;
  border-top: 1px solid #e4e4e4;
  display: none;
  background-color: #fff;
  opacity: 0;
}
.search_box::after {
  content: '';
  width: 10%;
  height: 37%;
  top: -30%;
  right: 3%;
  position: absolute;
}
.search_box #m_search {
  display: flex;
}
.search_box #m_search input {
  height: 54px;
}
.search_box #m_search .text {
  width: 86%;
  font-size: 16px;
  padding: 0 20px;
  background-color: #f5f5f5;
  cursor: inherit;
  border: 1px solid #f5f5f5;
  transition: all 0.4s;
}
.search_box #m_search .text:focus {
  border-color: #e60012;
  box-shadow: 0 0 10px rgba(199, 155, 105, 0.5);
}
.search_box #m_search .submit {
  width: 14%;
  background-color: #e60012;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.cp-txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  color: #fff;
  z-index: 3;
}
.yyal-t {
  text-align: center;
  padding: 80px 0 40px;
}
.yyal-t img {
  max-width: 100%;
}
.yyal-b {
  padding-bottom: 100px;
}
.yyal-title {
  display: flex;
}
.yyal-title i {
  display: block;
  flex: 6;
  position: relative;
  border-right: 1px solid #e4e4e4;
}
.yyal-title i:nth-child(3) {
  border-right: 0 none;
  border-left: 1px solid #e4e4e4;
}
.yyal-title i::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.yyal-title .ctn {
  flex: 2;
  text-align: center;
}
.yyal-title .ctn h2 {
  font-size: 18px;
  color: #000000;
}
.yyal-title .ctn span {
  font-size: 12px;
  font-family: Arial;
  color: #909090;
  text-transform: uppercase;
}
.yyal-ctn {
  font-size: 16px;
  color: #666666;
  padding: 50px 0;
  text-align: center;
}
.yyal-sw {
  position: relative;
  padding: 60px 310px;
  background-color: #f0f0f0;
  margin-bottom: 50px;
}
.yyal-sw .swiper-button-next:after,
.yyal-sw .swiper-button-prev:after {
  color: #7b7a7a;
  font-size: 36px;
}
.yyal-sw .swiper-button-next {
  right: 80px;
}
.yyal-sw .swiper-button-prev {
  left: 80px;
}
.yyal-sw .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yyal-sw .swiper-slide img {
  max-width: 100%;
  width: 100%;
}
.p-v-l {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid #f1f1f1;
}
.p-v-l h2 {
  font-size: 35px;
  color: #333333;
  margin-bottom: 30px;
  line-height: normal;
}
.p-v-l h2 span {
  font-family: Arial;
  text-transform: uppercase;
}
.p-v-ul li {
  position: relative;
  width: 25%;
  padding: 1px;
  margin-bottom: 1px;
}
.p-v-ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 50% 0;
}
.p-v-ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-story {
  position: relative;
}
.brand-story .bg-cover {
  height: 500px;
  background-position: center center;
  background-size: cover;
  z-index: 900;
  color: #fff;
}
.brand-story .align-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  bottom: 0;
}
.brand-story .align-bottom .text-black {
  font-size: 35px;
  color: #333;
  padding: 18px 16px;
  background-color: #fff;
}
.brand-story .align-bottom .text-black span {
  font-family: Arial;
  text-transform: uppercase;
}
.brand-b {
  font-size: 18px;
  color: #595858;
  padding: 30px 0 100px;
  line-height: 32px;
}
.brand-b img {
  height: auto!important;
  max-width: 100%!important;
}
.inline-title {
  display: inline-block;
}
.m_search_box2 {
  height: 100%;
  max-width: 40px;
  width: 40px;
  display: none;
  justify-content: center;
  align-items: center;
}
.m_search_box3 {
  background-color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.m_search_box3 .text {
  display: block;
  height: 70px;
  border-top: 1px solid #d6d3d3;
  border-bottom: 1px solid #d6d3d3;
  background-color: #f0f0f0;
  width: 100%;
  margin-bottom: 70px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
.m_search_box3 .submit {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #e60012;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.pp4-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  justify-content: space-between;
}
.pp4-list::after {
  content: '';
  width: 33%;
}
.pp4-list .item {
  width: 33.3%;
  position: relative;
  padding: 12.5% 0;
  margin-bottom: 2px;
  background-color: #f7f7f7;
  cursor: pointer;
}
.pp4-list .item:hover .img {
  opacity: 1;
}
.pp4-list .item:hover .ctn {
  color: #fff;
}
.pp4-list .item:hover .ctn::after {
  opacity: 1;
}
.pp4-list .item:hover .ctn .txt1 {
  color: #fff;
}
.pp4-list .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.pp4-list .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pp4-list .item .ctn {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20% 5px 5px;
  color: #000000;
}
.pp4-list .item .ctn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.pp4-list .item .ctn h2,
.pp4-list .item .ctn .txt1,
.pp4-list .item .ctn .txt {
  width: 76%;
  z-index: 2;
}
.pp4-list .item .ctn h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-family: Arial;
}
.pp4-list .item .ctn .txt1 {
  font-size: 20px;
  color: #d7000f;
  margin-bottom: 35px;
  margin-top: 10px;
}
.pp4-list .item .ctn .txt {
  font-size: 20px;
}
.quar-box {
  box-sizing: border-box;
  position: relative;
}
.quar-box .bg-img {
  width: 100%;
  height: 73%;
  position: absolute;
  left: 0;
  top: 0;
}
.quar-box .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quar-box .sh3 h2 {
  color: #fff;
}
.quar-box .sh3 h4 {
  color: #fff;
}
.quar-ctn {
  padding-top: 8%;
  position: relative;
  z-index: 2;
}
.qua-sw {
  margin-top: 60px;
  background-color: #fff;
}
.qua-sw .swiper-slide {
  padding: 20px;
}
.qua-sw .swiper-slide .img {
  padding: 24.9% 0;
  position: relative;
  overflow: hidden;
}
.qua-sw .swiper-slide .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
}
.qua-sw .swiper-slide .img img:hover {
  transform: scale(1.1);
}
.zt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
  width: 228px;
  height: 50px;
  margin: 75px auto 80px;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.6s;
  background: url(../images/gduo.png) no-repeat 77% center !important;
  padding-left: 55px;
}
.zt:hover {
  border-color: #e60012;
  color: #fff;
  background-image: url(../images/gduo2-on.png) !important;
  background-color: #e60012 !important;
}
.ppsl-box {
  padding: 100px 0;
}
.ppsl-list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.ppsl-list li {
  width: 25%;
  border-right: 1px solid #dbdbdb;
  text-align: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 5% 3%;
}
.ppsl-list li:last-of-type {
  border: 0 none;
}
.ppsl-list li:hover {
  background-color: #252525;
  border-color: #252525;
}
.ppsl-list li:hover h2 {
  color: #fff;
}
.ppsl-list li:hover .txt {
  color: #fff;
}
.ppsl-list li:hover .img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.ppsl-list li .img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
  transition: all 0.6s;
}
.ppsl-list li h2 {
  margin: 30px auto 60px;
  color: #252525;
  font-size: 24px;
  width: 100%;
}
.ppsl-list li .txt {
  width: 100%;
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 1.6;
}
.ngc-nav {
  padding: 100px 0 60px;
}
.ngc-nav .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ngc-nav .list a {
  display: inline-block;
  font-size: 16px;
  color: #626161;
  border: 1px solid #dddddd;
  line-height: 40px;
  width: 110px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 6px;
  margin-bottom: 20px;
}
.ngc-nav .list a:last-of-type {
  margin-right: 0;
}
.ngc-nav .list a:hover,
.ngc-nav .list a.on {
  color: #fff;
  border-color: #252525;
  background-color: #252525;
}
.ngc-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ngc-item:nth-child(2n) .ctn h3,
.ngc-item:nth-child(2n) .ctn h2,
.ngc-item:nth-child(2n) .ctn a {
  text-align: right;
}
.ngc-item:nth-child(2n) .ctn > a {
  background: url(../images/lbg.png) no-repeat 10% center;
}
.ngc-item:nth-child(2n) .ctn > a:hover {
  background-image: url(../images/l-on.png);
}
.ngc-item .img {
  width: 66.66%;
  position: relative;
  overflow: hidden;
  padding: 21.68% 0;
}
.ngc-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ngc-item .img img:hover {
  transform: scale(1.1);
}
.ngc-item .ctn {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  background-color: #f4f4f4;
  padding: 0 5%;
}
.ngc-item .ctn h3,
.ngc-item .ctn h2 {
  width: 88%;
}
.ngc-item .ctn h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.ngc-item .ctn h2 {
  margin: 25px 0 70px;
}
.ngc-item .ctn h2 a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #d6d3d3;
}
.ngc-item .ctn a {
  display: block;
}
.ngc-item .ctn > a {
  width: 200px;
  display: block;
  color: #7f7f7f;
  font-size: 16px;
  border: 1px solid #828282;
  padding: 0 18px;
  line-height: 40px;
  background: url(../images/rbg.png) no-repeat 88% center;
}
.ngc-item .ctn > a:hover {
  background-color: #252525;
  border-color: #252525;
  color: #fff;
  background-image: url(../images/r-on.png);
}
.ngc-page {
  padding: 60px 0 100px;
}
.nyyal .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nyyal .list a {
  width: 49%;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.nyyal .list a:hover .img img {
  transform: scale(1.1);
}
.nyyal .list a .img {
  position: relative;
  padding: 29% 0;
}
.nyyal .list a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
}
.nyyal .list a .ctn {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.nyyal .list a .ctn h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 10px;
  width: 88%;
  font-family: 'Futura';
  line-height: normal;
}
.nyyal .list a .ctn h2 {
  width: 88%;
  font-size: 20px;
  font-weight: bold;
}
.yyal-b .ckgcp {
  display: block;
  width: 178px;
  line-height: 40px;
  border: 1px solid #000;
  padding-left: 45px;
  color: #000;
  font-size: 16px;
  margin: 80px auto 0;
  background: url(../images/gduo2.png) no-repeat 77% center;
  transition: all 0.6s;
}
.yyal-b .ckgcp:hover {
  background-image: url(../images/gduo2-on.png);
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}
@font-face {
  font-family: 'DIN-BLACKITALIC';
  src: url('../fonts/DIN-BLACKITALIC.OTF');
}
@font-face {
  font-family: 'DIN-BLACKITALICALT';
  src: url('../fonts/DIN-BLACKITALICALT.OTF');
}
@font-face {
  font-family: 'DIN-BLACKITALICEXP';
  src: url('../fonts/DIN-BLACKITALICEXP.OTF');
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/TT0140M_.TTF');
}
@font-face {
  font-family: 'Futura-bold';
  src: url('../fonts/Futura-Bold-5.ttf');
}
.nheader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.102);
  z-index: 999;
  transition: all 0.4s;
}
.nheader_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.nheader_box a {
  color: #fff;
  transition: all 0.4s;
  font-size: 16px;
}
.nlogo a {
  display: block;
  width: 155px;
  height: 33px;
  background: url(../images/logo.png) no-repeat center / cover;
  background-size: 100%;
  transition: all 0.2s;
}
.nul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  width: 100%;
  height: 100%;
}
.nul li {
  height: 100%;
  width: 10%;
}
.nul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nheader_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 100%;
}
.nheader_r .nen {
  font-family: Arial;
  font-weight: bold;
}
.nheader_r .nsousuo {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/nsousuo.png) no-repeat center / cover;
}
.nheader_r .nsousuo::after {
  content: '';
  display: none;
  width: 300%;
  height: 500%;
  position: absolute;
  left: -20px;
  top: -5%;
}
.ns_box {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #252525;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #252525 url(../images/search-btn.png) no-repeat center;
}
.nh {
  height: 100px;
}
@keyframes headerfix {
  from {
    top: -122px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes headerfix {
  from {
    top: -122px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.nheader.fixed,
.onheader .nheader {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-animation: headerfix ease-in-out 0.9s 0.1s both;
  -moz-animation: headerfix ease-in-out 0.9s 0.1s both;
  animation: headerfix ease-in-out 0.9s 0.1s both;
}
.nheader.fixed .nheader_box a,
.onheader .nheader .nheader_box a {
  color: #595757;
}
.nheader.fixed .nlogo a,
.onheader .nheader .nlogo a {
  background-image: url(../images/nlogo.png);
  background-size: 100%;
}
.nheader.fixed .nheader_r .nsousuo,
.onheader .nheader .nheader_r .nsousuo {
  background-image: url(../images/nsuosuon.png);
}
.nheader.fixed .m_search_btn,
.onheader .nheader .m_search_btn {
  background-image: url(../images/n_search_btn.png);
}
.nheader.fixed .m_meun_btn span,
.onheader .nheader .m_meun_btn span {
  background-color: #252525;
}
.m_search_box3 .nsearch {
  display: block;
}
.m_search_box3 .nsearch form {
  position: relative;
  left: 0;
  top: 0;
}
.nvideo {
  width: 100%;
  position: relative;
}
.nvideo video {
  width: 100%;
}
.nvideo .video_bt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) center no-repeat;
  cursor: pointer;
}
.nvc {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 9;
  -webkit-animation: rightan 1.5s infinite;
  -webkit-animation-fill-mode: both;
}
.nindex1 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.nindex1-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.nindex1-t .nindex1-t-l {
  position: relative;
  width: 37.5%;
  padding: 24.19% 0;
  overflow: hidden;
}
.nindex1-t .nindex1-t-l img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex1-t .nindex1-t-r {
  width: 46.66%;
}
.nindex1-t .nindex1-t-r .nppjj {
  margin-bottom: 60px;
  display: none;
}
.nindex1-t .nindex1-t-r .nppjj span {
  color: #666666;
  text-transform: uppercase;
  font-family: 'Futura';
  display: block;
  line-height: normal;
  margin-bottom: 15px;
}
.nindex1-t .nindex1-t-r .nppjj h3 {
  font-size: 30px;
  color: #252525;
}
.nindex1-t .nindex1-t-r .title {
  color: #252525;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.nindex1-t .nindex1-t-r .title span {
  display: block;
  position: relative;
  z-index: 2;
}
.nindex1-t .nindex1-t-r .title img {
  transform: translateY(-15px);
  position: relative;
  z-index: 1;
}
.nindex1-t .nindex1-t-r .ctn {
  color: #727272;
  font-size: 14px;
  padding: 40px 0 100px;
  line-height: 1.8;
  text-align: justify;
}
.nck {
  color: #252525;
  font-size: 16px;
  width: 170px;
  height: 50px;
  border: 1px solid #8b8a8a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.nck:hover {
  background-color: #252525;
  color: #fff;
  border-color: #252525;
}
.nck:hover img {
  display: none;
}
.nck:hover img.on {
  display: block;
}
.nck img {
  margin-left: 15px;
}
.nck img.on {
  display: none;
}
.nck2 {
  display: none;
}
.nindex1-b {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f5f5f5;
}
.nindex1-b .item {
  width: 20%;
  text-align: center;
  padding: 40px 0;
  border-right: 1px solid #f5f5f5;
  color: #252525;
}
.nindex1-b .item:last-of-type {
  border-right: 0 none;
}
.nindex1-b .item h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Futura-bold';
}
.nindex1-b .item h4 {
  font-size: 16px;
  color: #666;
}
.nindex1-b2 {
  display: none;
  flex-wrap: wrap;
}
.nindex1-b2 .item {
  width: 33.33%;
  color: #252525;
  margin-bottom: 8%;
  position: relative;
  line-height: normal;
  padding-left: 4%;
}
.nindex1-b2 .item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #727272;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nindex1-b2 .item:nth-child(1),
.nindex1-b2 .item:nth-child(3) {
  padding-left: 0;
}
.nindex1-b2 .item:nth-child(2)::after,
.nindex1-b2 .item:last-of-type::after {
  display: none;
}
.nindex1-b2 .item:nth-child(2) {
  width: 33.4%;
}
.nindex1-b2 .item h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.nindex1-b2 .item h2 em {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Futura-bold';
}
.nindex1-b2 .item h4 {
  font-size: 16px;
}
.nindex2 {
  background-color: #e9e9e9;
  padding-bottom: 260px;
}
.nindex2-t {
  background-color: #252525;
  padding-top: 50px;
  max-height: 710px;
  height: 100%;
}
.nindex2-t-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 1172.5px;
}
.nindex2-t-box .title {
  color: #fff;
}
.nindex2-t-box .title span {
  text-transform: uppercase;
  font-family: 'Futura';
  display: block;
  line-height: normal;
  margin-bottom: 15px;
}
.nindex2-t-box .title h3 {
  font-size: 30px;
}
.nindex2-t-box .more {
  display: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.nindex2-t-box .more img {
  margin-left: 10px;
}
.nindex2-t-box .navigation {
  position: relative;
  width: 150px;
  height: 50px;
}
.nindex2-t-box .navigation .nindex2-next,
.nindex2-t-box .navigation .nindex2-prev {
  width: 70px;
  height: 100%;
  border: 1px solid #fff;
  transition: all 0.4s;
}
.nindex2-t-box .navigation .nindex2-next::after,
.nindex2-t-box .navigation .nindex2-prev::after {
  font-size: 20px;
  color: #fff;
  transition: all 0.4s;
}
.nindex2-t-box .navigation .nindex2-next:hover,
.nindex2-t-box .navigation .nindex2-prev:hover,
.nindex2-t-box .navigation .nindex2-next.on,
.nindex2-t-box .navigation .nindex2-prev.on {
  background-color: #fff;
  border-color: #fff;
}
.nindex2-t-box .navigation .nindex2-next:hover::after,
.nindex2-t-box .navigation .nindex2-prev:hover::after,
.nindex2-t-box .navigation .nindex2-next.on::after,
.nindex2-t-box .navigation .nindex2-prev.on::after {
  color: #252525;
}
.nindex2-t-box .navigation .nindex2-next {
  right: 0;
}
.nindex2-t-box .navigation .nindex2-prev {
  left: 0;
}
.nindex2sw .nindex2pag {
  display: none;
}
.nindex2sw .nindex2pag .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.nindex2sw .nindex2pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5b5b5;
}
.nindex2sw .swiper-slide {
  height: 625px;
  overflow: hidden;
  position: relative;
  transition: height 0.4s;
}
.nindex2sw .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.nindex2sw .swiper-slide .img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
}
.nindex2sw .swiper-slide .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nindex2sw .swiper-slide .ctn {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 9;
  background-color: #fff;
  padding: 25px;
}
.nindex2sw .swiper-slide .ctn h2 {
  font-size: 25px;
  color: #252525;
  margin: 150px 0 35px;
}
.nindex2sw .swiper-slide .ctn .txt {
  color: #727272;
  line-height: 1.8;
}
.nindex2sw .swiper-slide .ctn .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 40px;
  border: 1px solid #666666;
  margin: 140px auto 0;
  font-size: 16px;
  transition: all 0.4s;
  color: #252525;
  background-color: #fff;
  border-color: #666666;
}
.nindex2sw .swiper-slide .ctn .more:hover {
  background-color: #252525;
  color: #fff;
  border-color: #252525;
}
.nindex2sw .swiper-slide .ctn .more:hover img {
  display: none;
}
.nindex2sw .swiper-slide .ctn .more:hover img.on {
  display: block;
}
.nindex2sw .swiper-slide .ctn .more img {
  margin-left: 13px;
}
.nindex2sw .swiper-slide .ctn .more img.on {
  display: none;
}
.nindex2sw .swiper-slide-active,
.nindex2sw .swiper-slide-duplicate-active {
  height: 700px;
}
.nindex2sw .swiper-slide-active .ctn,
.nindex2sw .swiper-slide-duplicate-active .ctn {
  opacity: 1;
}
.nindex2sw .swiper-slide-active .img::after,
.nindex2sw .swiper-slide-duplicate-active .img::after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.nindex3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ntitle {
  text-align: center;
}
.ntitle h4 {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Futura';
}
.ntitle h2 {
  font-size: 30px;
  color: #252525;
}
.nindex3-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.nindex3-list a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24.8%;
  height: 330px;
  border: 1px solid transparent;
}
.nindex3-list a:nth-child(1),
.nindex3-list a:nth-child(2),
.nindex3-list a:nth-child(3) {
  border-right-color: #ece9e9;
  border-bottom-color: #ece9e9;
}
.nindex3-list a:nth-child(4) {
  border-bottom-color: #ece9e9;
}
.nindex3-list a:nth-child(5) {
  border-right-color: #ece9e9;
}
.nindex3-list a:nth-child(6) {
  border-right-color: #ece9e9;
}
.nindex3-list a:nth-child(7) {
  border-right-color: #ece9e9;
}
.nindex3-list a:hover {
  border-color: #b9b8b8 !important;
  background-color: #f5f5f5;
}
.nindex3-list a:hover h3 {
  color: #000000;
}
.nindex3-list a:hover .icon1 {
  background-image: url(../images/n1-on.png);
}
.nindex3-list a:hover .icon2 {
  background-image: url(../images/n2-on.png);
}
.nindex3-list a:hover .icon3 {
  background-image: url(../images/n3-on.png);
}
.nindex3-list a:hover .icon4 {
  background-image: url(../images/n4-on.png);
}
.nindex3-list a:hover .icon5 {
  background-image: url(../images/n5-on.png);
}
.nindex3-list a:hover .icon6 {
  background-image: url(../images/n6-on.png);
}
.nindex3-list a:hover .icon7 {
  background-image: url(../images/n7-on.png);
}
.nindex3-list a:hover .icon8 {
  background-image: url(../images/n8-on.png);
}
.nindex3-list a .icon {
  /* width: 110px; */
  /* height: 80px; */
  transition: all 0.4s;
}
.nindex3-list a .icon1 {
  /* background: url(../images/n1.png) no-repeat center; */
}
.nindex3-list a .icon2 {
  background: url(../images/n2.png) no-repeat center;
}
.nindex3-list a .icon3 {
  background: url(../images/n3.png) no-repeat center;
}
.nindex3-list a .icon4 {
  background: url(../images/n4.png) no-repeat center;
}
.nindex3-list a .icon5 {
  background: url(../images/n5.png) no-repeat center;
}
.nindex3-list a .icon6 {
  background: url(../images/n6.png) no-repeat center;
}
.nindex3-list a .icon7 {
  background: url(../images/n7.png) no-repeat center;
}
.nindex3-list a .icon8 {
  background: url(../images/n8.png) no-repeat center;
}
.nindex3-list a h3 {
  margin-top: 10px;
  color: #666666;
  font-size: 18px;
}
.newtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #333; */
  height: 84px;
  text-align: center;
  padding: 0px 20px 40px 310px;
}
.newtit .title h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: normal;
  font-family: 'Futura';
}
.newtit .title h2 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}
.newtit .seemore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border: 1px solid #8b8a8a;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
}
.newtit .seemore::before {
  content: 'see more';
}
.newtit .seemore:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.newtit .seemore:hover img {
  display: none;
}
.newtit .seemore:hover img.on {
  display: block;
}
.newtit .seemore img {
  margin-left: 15px;
}
.newtit .seemore img.on {
  display: none;
}
.nindex4-box {
  padding: 0px 0 60px;
}
.nindex4-box a {
  float: left;
  display: block;
  position: relative;
}
.nindex4-box a:nth-child(1) {
  width: 24%;
  padding: 29.15% 0;
  margin-right: 4px;
}
.nindex4-box a:nth-child(1) .ctn::after {
  height: 98.5%;
}
.nindex4-box a:nth-child(2),
.nindex4-box a:nth-child(3) {
  width: 37.6666%;
  margin-bottom: 4px;
  padding: 14.6% 0;
}
.nindex4-box a:nth-child(2) {
  margin-right: 4px;
}
.nindex4-box a:nth-child(4),
.nindex4-box a:nth-child(5),
.nindex4-box a:nth-child(6) {
  width: 25%;
  padding: 14.4% 0;
}
.nindex4-box a:nth-child(5) {
  margin: 0 4px;
}
.nindex4-box a:hover .ctn {
  opacity: 1;
}
.nindex4-box a:hover .ctn i.t,
.nindex4-box a:hover .ctn i.b {
  width: calc(100% - 20px);
}
.nindex4-box a:hover .ctn i.t {
  top: 10px;
  left: 10px;
}
.nindex4-box a:hover .ctn i.b {
  bottom: 10px;
  left: 10px;
}
.nindex4-box a:hover .ctn i.l,
.nindex4-box a:hover .ctn i.r {
  height: calc(100% - 20px);
}
.nindex4-box a:hover .ctn i.l {
  left: 10px;
  top: 10px;
}
.nindex4-box a:hover .ctn i.r {
  right: 10px;
  top: 10px;
}
.nindex4-box a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nindex4-box a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex4-box a .ctn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.nindex4-box a .ctn i {
  display: block;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s;
}
.nindex4-box a .ctn i.t {
  top: 10px;
  left: 50%;
  width: 0;
  height: 1px;
}
.nindex4-box a .ctn i.b {
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 1px;
}
.nindex4-box a .ctn i.l {
  left: 10px;
  top: 50%;
  width: 1px;
  height: 0;
}
.nindex4-box a .ctn i.r {
  right: 10px;
  top: 50%;
  width: 1px;
  height: 0;
}
.nindex4-box a .ctn h2,
.nindex4-box a .ctn h3 {
  width: 96%;
  text-align: center;
}
.nindex4-box a .ctn h2 {
  font-size: 18px;
}
.nindex4-box a .ctn h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.nindex4-box a .ctn h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  border-bottom: 2px solid #e60012;
  text-transform: uppercase;
  margin-top: 15px;
}
.video-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 140px;
}
.video-list a {
  display: block;
  width: 49.8%;
  position: relative;
}
.video-list a .img {
  padding: 29.3% 0;
  position: relative;
}
.video-list a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list a .ctn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  color: #fff;
}
.video-list a .ctn h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.video-list a .ctn h3 {
  font-size: 20px;
}
.video-list a .ctn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nindex6 {
  background: url(../images/qie.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}
.nindex6-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 700px;
  height: 100%;
}
.nindex6-t-l {
  width: 50%;
  margin: 0;
}
.nindex6-t-l .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.nindex6-t-l .swiper-slide .title {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: 9;
}
.nindex6-t-l .swiper-slide .title h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Futura';
}
.nindex6-t-l .swiper-slide .title h2 {
  font-size: 30px;
}
.nindex6-t-l .swiper-slide .ctn {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  z-index: 9;
}
.nindex6-t-l .swiper-slide .ctn > div {
  display: inline-block;
}
.nindex6-t-l .swiper-slide .ctn > p {
  display: inline;
}
.nindex6-t-l .swiper-slide .img {
  position: relative;
  padding: 58.3% 0;
}
.nindex6-t-l .swiper-slide .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.nindex6-t-l .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex6-t-l .index6-pagination {
  left: 5%;
  bottom: 5%;
  z-index: 9;
  text-align: left;
}
.nindex6-t-l .index6-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.nindex6-t-l .index6-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.nindex6-t-r {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
.nindex6-t-r-t {
  position: relative;
}
.nindex6-t-r-t .img {
  position: relative;
  padding: 37.99% 0;
  z-index: 2;
}
.nindex6-t-r-t .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex6-t-r-t .ctn {
  position: absolute;
  width: 88%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.nindex6-t-r-t .ctn h2 {
  font-size: 30px;
}
.nindex6-t-r-t .ctn .txt {
  margin: 30px 0 70px;
  text-align: center;
}
.nindex6-t-r-t .ctn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border: 1px solid #b4b4b4;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}
.nindex6-t-r-t .ctn a:hover {
  color: #252525;
  background-color: #fff;
  border-color: #fff;
}
.nindex6-t-r-t .ctn a:hover img {
  display: none;
}
.nindex6-t-r-t .ctn a:hover img.on {
  display: block;
}
.nindex6-t-r-t .ctn a img {
  margin-left: 15px;
}
.nindex6-t-r-t .ctn a img.on {
  display: none;
}
.nindex6-t-r-b {
  position: relative;
}
.nindex6-t-r-b .img {
  position: relative;
  padding: 20.45% 0;
}
.nindex6-t-r-b .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex6-t-r-b .ctn {
  position: absolute;
  width: 88%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding-top: 10%;
}
.nindex6-t-r-b .ctn .dingwei {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.nindex6-t-r-b .ctn .dingwei img {
  margin-right: 8px;
}
.nindex6-t-r-b .ctn .findM {
  display: flex;
}
.nindex6-t-r-b .ctn .findM .form-control {
  display: block;
  width: 180px;
  height: 30px;
  padding: 0 13px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #b4b4b4;
  position: relative;
  background: transparent url(../images/xiala2.png) no-repeat 90% center;
  margin-right: 5px;
}
.nindex6-t-r-b .ctn .findM .btn {
  width: 150px;
  height: 30px;
  background-color: #fff;
  color: #252525;
  font-size: 16px;
}
#distpicker {
  display: flex;
}
#distpicker option {
  color: #333;
}
.nindex6-b {
  color: #fff;
  position: relative;
  margin-top: 0.5%;
}
.nindex6-b .img {
  position: relative;
  padding: 14.15% 0;
}
.nindex6-b .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex6-b .ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  width: 88%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.nindex6-b .ctn .l {
  max-width: 580px;
  width: 100%;
}
.nindex6-b .ctn .l .txt {
  margin-bottom: 35px;
}
.nindex6-b .ctn .l h2 {
  font-size: 30px;
}
.nindex6-b .ctn .r {
  max-width: 180px;
  width: 100%;
}
.nindex6-b .ctn .r a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid #b4b4b4;
  font-size: 16px;
  transition: all 0.3s;
  color: #fff;
}
.nindex6-b .ctn .r a:hover {
  color: #252525;
  background-color: #fff;
  border-color: #fff;
}
.nindex6-b .ctn .r a:hover img {
  display: none;
}
.nindex6-b .ctn .r a:hover img.on {
  display: block;
}
.nindex6-b .ctn .r a img {
  margin-left: 18px;
}
.nindex6-b .ctn .r a img.on {
  display: none;
}
.nindex7 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.nindex7-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.nindex7-list a {
  display: block;
  width: 32.08%;
  padding: 20px;
  border: 1px solid #d8d8d8;
}
.nindex7-list a:hover {
  border-color: #e60012;
}
.nindex7-list a .img {
  position: relative;
  padding: 41% 0;
  overflow: hidden;
}
.nindex7-list a .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nindex7-list a .title {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  height: 52px;
}
.nindex7-list a h4 {
  color: #797979;
  font-family: Arial;
  margin: 20px 0;
  line-height: normal;
}
.nindex7-list a .txt {
  font-size: 13px;
  color: #797979;
}
@-webkit-keyframes rightan {
  from {
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}
.nfooter {
  background-color: #252525;
  padding: 60px 0;
}
.nft {
  display: flex;
  justify-content: space-between;
}
.nft-l {
  width: 23.33%;
}
.nft-l .nfooter-logo {
  margin-bottom: 30px;
  width: 210px;
}
.nft-c {
  width: 53.33%;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  border-left: 1px solid #383838;
  border-right: 1px solid #383838;
}
.nft-c .item h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #c93438;
  margin-bottom: 20px;
}
.nft-c .item a {
  display: block;
  color: #999999;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: normal;
  transition: all 0.4s;
}
.nft-c .item a:last-of-type {
  margin-bottom: 0;
}
.nft-c .item a:hover {
  color: #fff;
}
.nft-r {
  width: 23.33%;
  color: #fff;
  padding-left: 4%;
}
.nft-r h4 {
  font-size: 16px;
  padding-bottom: 22px;
  position: relative;
}
.nft-r h4::after {
  content: '';
  width: 88%;
  height: 1px;
  background-color: #737373;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nft-r h2 {
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  margin: 19px 19px -14px -1px;
  color: #bd1d21;
  line-height: normal;
}
.nft-r span {
  color: #b7b7b7;
}
.nft-r .select {
  width: 180px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #b7b7b7;
  padding-right: 50px;
  padding-left: 30px;
  background: transparent url(../images/nsl.png) no-repeat right center;
  margin-top: 100px;
  height: 40px;
  cursor: pointer;
}
.nfb {
  background-color: #363636;
  color: #999999;
  text-align: center;
  line-height: 60px;
}
.nfb a {
  color: #999999;
}
.nxf {
  display: none;
}
.nnsearch {
  background-color: #fff;
  padding: 8%;
  overflow: hidden;
}
.nnsearch h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9%;
}
.nnsearch input {
  display: block;
  width: 100%;
  height: 50px;
}
.nnsearch .txt {
  background-color: #f6f6f6;
  padding: 0 15px;
  margin-bottom: 8%;
}
.nnsearch .btn {
  background-color: #252525;
  color: #fff;
}
.ncplb3-list {
  padding-bottom: 20px;
}
.ncplb3-list li {
  width: 23.583%;
  position: relative;
  margin-bottom: 40px;
  margin-right: 1.89%;
}
.ncplb3-list li:nth-child(4n) {
  margin-right: 0;
}
.ncplb3-list li:hover .img-box .img2 {
  opacity: 1;
}
.ncplb3-list li a {
  display: block;
  width: 100%;
}
.ncplb3-list li .img-box {
  position: relative;
  overflow: hidden;
  padding: 100% 0;
}
.ncplb3-list li .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ncplb3-list li .img-box .img2 {
  opacity: 0;
}
.ncplb3-list li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  z-index: 9;
}
.mcplb3 {
  display: none;
}
.jzgd {
  width: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #252525 !important;
  height: 55px;
  color: #fff;
  font-size: 18px;
}
.jzgd img {
  margin-right: 15px;
}
.nlx1 {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 0px;
}
.nlx1 li {
  width: 25%;
  border-right: 1px solid #eeeeee;
  padding: 40px 30px 15px;
  color: #666666;
  line-height: normal;
  text-align: center;
}
.nlx1 li:last-of-type {
  border: 0 none;
}
.nlx1 li:last-of-type h4 {
  text-align: left;
}
.nlx1 li .img {
  text-align: center;
  line-height: 45px;
}
.nlx1 li h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
.nmessage-box {
  padding-top: 60px;
}
.minside-banner {
  display: none;
}
.jxszq-n {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.jxszq-n .item {
  width: 160px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
  transition: all 0.6s;
}
.jxszq-n .item:hover,
.jxszq-n .item.on {
  background-color: #252525;
  color: #fff;
  border-color: #252525;
}
.jxszq22 {
  display: none;
}
.nppjj1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.nppjj1-box {
  padding: 60px 0 50px;
}
.nppjj1-box .img {
  position: relative;
  padding: 17.5% 0;
}
.nppjj1-box .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nppjj1-box .txt {
  padding-top: 50px;
  color: #666666;
  font-size: 16px;
}
.nppjj2-box {
  margin: 60px 0 100px;
  position: relative;
}
.nppjj2-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.nppjj2-box > .img {
  padding: 25% 0;
  position: relative;
}
.nppjj2-box > .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.nppjj2-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
}
.nppjj2-list .item {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.nppjj2-list .item:last-of-type {
  border: 0 none;
}
.nppjj2-list .item:hover .ctn2 {
  opacity: 1;
}
.nppjj2-list .item .icon {
  line-height: 50px;
}
.nppjj2-list .item .ctn {
  width: 100%;
  margin-top: 20px;
}
.nppjj2-list .item .ctn h2 {
  font-size: 24px;
}
.nppjj2-list .item .ctn h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.nppjj2-list .item .ctn2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.6s;
  opacity: 0;
}
.nppjj2-list .item .ctn2 .img {
  position: relative;
  height: 100%;
}
.nppjj2-list .item .ctn2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nppjj2-list .item .ctn2 .tit {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 96%;
  text-align: center;
}
.nppjj2-box2 {
  display: none;
}
.nppjj2-box2 {
  padding-top: 6%;
  padding-bottom: 3%;
  position: relative;
}
.nppjj2-box2 .swiper-slide {
  position: relative;
}
.nppjj2-box2 .swiper-slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.8);
  z-index: 9;
  transition: all 0.6s;
}
.nppjj2-box2 .swiper-slide.swiper-slide-active::after {
  background-color: rgba(238, 238, 238, 0);
}
.nppjj2-box2 .img {
  position: relative;
  padding: 69.318% 0;
}
.nppjj2-box2 .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.nppjj2-box2 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nppjj2-box2 .ctn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  color: #fff;
  z-index: 8;
  height: 38%;
}
.nppjj2-box2 .ctn h2 {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 45px;
}
.nppjj2-box2 .ctn h2::after {
  content: '';
  display: block;
  width: 7.6%;
  height: 2px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nppjj2-box2 .ctn .txt {
  font-size: 20px;
  font-weight: bold;
}
.nppjj2-box2 .swiper-pagination {
  bottom: -7px;
}
.nppjj2-box2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #bdbdbd;
}
.nppjj2-box2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.ppjs3 {
  padding: 100px 0;
  background: url(../images/nfzlc.jpg) no-repeat center / cover;
}
.ppjs3 .sh-title h2 {
  color: #fff;
}
.ppjs3 .sh-title h4 {
  color: #fff;
}
.ppjs-top {
  padding: 60px 0 40px;
}
.ppjs-top .swiper-slide::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: url(../images/nyuan.png) no-repeat center;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s;
}
.ppjs-top .swiper-slide .ppjs-top-r {
  width: 54.166%;
  background-color: #fff;
  padding: 45px 30px 30px;
}
.ppjs-top .swiper-slide .ppjs-top-r h2 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 15px;
  font-weight: normal;
}
.ppjs-top .swiper-slide .img {
  width: 45.833%;
}
.ppjs3-sw-t {
  padding: 0;
}
.ppjs3-sw-t::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.ppjs-thumbs {
  width: 90%;
  margin: 0;
}
.ppjs-thumbs::after {
  display: none;
}
.ppjs-thumbs .swiper-slide {
  font-size: 16px;
  color: #fff;
}
.ppjs-thumbs .swiper-slide::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: url(../images/nyuan.png) no-repeat center;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s;
}
.ppjs-thumbs .swiper-slide:hover::after {
  background-image: none;
  background-color: #e60012;
}
.m-btn {
  display: none;
}
.pc-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.pc-btn .fzlc-pre,
.pc-btn .fzlc-next {
  width: 35px;
  height: 15px;
  position: unset;
  transition: all 0.4s;
  opacity: 1;
}
.pc-btn .fzlc-pre::after,
.pc-btn .fzlc-next::after {
  display: none;
}
.pc-btn .fzlc-pre {
  background: url(../images/fzlc-jt1.png) no-repeat center;
}
.pc-btn .fzlc-pre:hover,
.pc-btn .fzlc-pre.on {
  background-image: url(../images/fzlc-jt1-on.png);
}
.pc-btn .fzlc-next {
  background: url(../images/fzlc-jt2.png) no-repeat center;
}
.pc-btn .fzlc-next:hover,
.pc-btn .fzlc-next.on {
  background-image: url(../images/fzlc-jt2-on.png);
}
.nppjj4 {
  padding: 100px 0;
}
.nppjj4 .ppry-pre,
.nppjj4 .ppry-next {
  opacity: 1;
  top: 58%;
}
.nppjj4 .ppry-pre::after,
.nppjj4 .ppry-next::after {
  color: #bab9b9;
  font-size: 35px;
  transition: all 0.4s;
}
.nppjj4 .ppry-pre:hover::after,
.nppjj4 .ppry-next:hover::after {
  color: #252525;
}
.nppjj4 .ppry-pre {
  left: -45px;
}
.nppjj4 .ppry-next {
  right: -45px;
}
.nppjj4-sw {
  padding-top: 60px;
}
.nppjj4-sw .swiper-slide {
  border: 1px solid #f5f4f4;
  padding: 8px 15px;
  text-align: center;
}
.nppjj4-sw .swiper-slide a {
  display: block;
}
.nppjj4-sw .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 70.89% 0;
}
.nppjj4-sw .swiper-slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.nppjj4-sw .swiper-slide h3 {
  color: #666666;
  font-size: 16px;
  line-height: normal;
  margin-top: 5px;
}
.nppjj5 {
  background: url(../images/ppxn.jpg) no-repeat center / cover;
  padding: 140px 0 160px;
  color: #fff;
}
.nppjj5 .title {
  margin-bottom: 95px;
}
.nppjj5 .title h4 {
  text-transform: uppercase;
  font-family: 'Futura';
  margin-bottom: 10px;
}
.nppjj5 .title h2 {
  font-size: 30px;
}
.nppjj5 .ctn {
  font-size: 18px;
  line-height: 1.8;
}
.spbf-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.spbf-list {
  padding: 60px 0 30px;
}
.spbf-list .sp-item {
  margin-bottom: 30px;
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.spbf-list .sp-item:nth-child(2n) {
  margin-right: 0;
}
.spbf-list .sp-item a {
  display: block;
  position: relative;
}
.spbf-list .sp-item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/bofang.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.spbf-list .sp-item .ctn {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
  line-height: normal;
  z-index: 9;
}
.spbf-list .sp-item .ctn span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Futura';
}
.spbf-list .sp-item .ctn .title {
  font-size: 20px;
  line-height: 1.8;
}
.spbf-list .sp-item .img {
  position: relative;
  padding: 37.5% 0;
  overflow: hidden;
}
.spbf-list .sp-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-sp {
  display: none;
}
.zbzt {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.zbzt .swiper-button-next,
.zbzt .swiper-button-prev {
  top: 38%;
  opacity: 1;
}
.zbzt .swiper-button-next::after,
.zbzt .swiper-button-prev::after {
  color: #c8c8c8;
  transition: all 0.4s;
}
.zbzt .swiper-button-next:hover::after,
.zbzt .swiper-button-prev:hover::after,
.zbzt .swiper-button-next.on::after,
.zbzt .swiper-button-prev.on::after {
  color: #252525;
}
.zbzt .swiper-button-next {
  right: -50px;
}
.zbzt .swiper-button-prev {
  left: -50px;
}
.zbzt .gallery-top {
  margin-bottom: 4px;
  padding: 0;
}
.zbzt .gallery-top .swiper-pagination {
  display: none;
}
.zbzt .gallery-top .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.zbzt .gallery-top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e60012;
}
.zbzt .gallery-top .swiper-slide {
  position: relative;
  padding: 31.25% 0;
}
.zbzt .gallery-top .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zbzt .gallery-thumbs {
  margin-bottom: 70px;
}
.zbzt .gallery-thumbs .swiper-slide {
  position: relative;
  padding: 5.61% 0;
  box-sizing: border-box;
  cursor: pointer;
}
.zbzt .gallery-thumbs .swiper-slide::after {
  content: '';
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 2px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all 0.4s;
  box-sizing: border-box;
}
.zbzt .gallery-thumbs .swiper-slide:hover::after,
.zbzt .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  border-color: #e60012;
}
.zbzt .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-zb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-zb i {
  display: block;
  height: 1px;
  background-color: #eaeaea;
  width: 40%;
}
.more-zb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  color: #252525;
  font-size: 16px;
  border: 1px solid #8b8a8a;
  line-height: 50px;
}
.more-zb a:hover {
  color: #fff;
  background: #252525;
  border-color: #252525;
}
.more-zb a:hover img {
  display: none;
}
.more-zb a:hover .ztjt2 {
  display: block;
}
.more-zb a img {
  margin-left: 15px;
}
.more-zb a .ztjt2 {
  display: none;
}
.nznzz2 {
  padding: 135px 0 195px;
  background: url(../images/nznzz-bg.jpg) no-repeat center / cover;
  margin-bottom: 100px;
  color: #fff;
}
.nznzz2 .znzz-title {
  text-align: center;
  line-height: normal;
}
.nznzz2 .znzz-title h3 {
  text-transform: uppercase;
  font-family: 'Futura';
  margin-bottom: 10px;
  font-style: italic;
}
.nznzz2 .znzz-title h2 {
  font-size: 30px;
  font-weight: bold;
}
.nznzz2 .txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 80px;
  text-align: center;
}
.nsqjm {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sqjm-form {
  display: block;
  padding: 80px 150px;
  width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(174, 174, 174, 0.3);
  background-color: #fff;
}
.sqjm-form h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #252525;
}
.sqjm-form .txt {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin: 20px 0 80px;
}
.sqjm-form input,
.sqjm-form #distpicker2 > select {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 15px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #979797;
}
.sqjm-form .itxt {
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  cursor: auto;
}
.sqjm-form .isle {
  background: #f5f5f5 url(../images/ibg.png) no-repeat 96% center;
}
.sqjm-form .btn {
  background-color: #252525;
  color: #fff;
  font-weight: bold;
  margin-top: 45px;
}
.zsjm6 .sh-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  font-style: italic;
  line-height: 1;
}
.zsjm6 .sh-title h4 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 30px;
}
.zsjm6 .zsjm6-form .zs-input {
  background-color: #f5f5f5;
  cursor: auto;
}
.mdcx-box {
  padding-top: 100px;
  padding-bottom: 80px;
}
.mdcx-form {
  display: flex;
  justify-content: space-between;
  width: 910px;
  margin: 0 auto;
}
.mdcx-form .btn {
  display: block;
  width: 220px;
  height: 50px;
  background-color: #e60012;
  font-size: 16px;
  color: #fff;
}
#distpicker3 {
  display: flex;
  justify-content: space-between;
  width: 680px;
}
#distpicker3 .form-control {
  display: block;
  width: 220px;
  box-sizing: border-box;
  padding: 0 10px;
  height: 50px;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 16px;
  background: url(../images/jt.png) no-repeat 96% center;
}
.mdcx-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
.mdcx-map .container {
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 9;
  margin-left: 100px;
  width: 500px;
}
.mdcx-map .map {
  width: calc(100% + 1000px);
  height: 800px;
  margin-left: -1000px;
}
.map-list {
  background-color: #fff;
  width: 500px;
  height: 680px;
  overflow: hidden;
}
.map-list h3 {
  color: #666666;
  font-size: 16px;
  padding: 10px 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.map-list h3 em {
  color: #e60012;
  font-weight: bold;
}
.map-list .map-wrapper {
  padding-right: 40px;
  overflow-y: scroll;
  max-height: 100%;
  height: 100%;
}
.map-list .map-wrapper::-webkit-scrollbar {
  width: 8px;
  border-radius: 30px;
}
.map-list .map-wrapper::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.map-list .map-wrapper::-webkit-scrollbar-thumb {
  background: #e60012;
  width: 8px;
  max-height: 8px;
  border-radius: 30px;
}
.map-list .map-wrapper a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dotted #f0f0f0;
}
.map-list .map-wrapper a:hover .ctn h2 {
  color: #252525;
}
.map-list .map-wrapper a .ico {
  width: 20px;
}
.map-list .map-wrapper a .ctn {
  width: 350px;
}
.map-list .map-wrapper a .ctn h2 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  transition: all 0.4s;
  margin-bottom: 5px;
}
.map-list .map-wrapper a .ctn .txt {
  color: #666666;
  margin-bottom: 23px;
}
.map-list .map-wrapper a .ctn .znz {
  color: #252525;
}
.map-list .map-wrapper a .ctn .znz img {
  margin-right: 8px;
}
.map-sc {
  padding: 0 25px 30px;
  max-height: 100%;
  height: 90%;
}
.nsh h4 {
  font-weight: bold;
}
.xf-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.xf-form .fceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}
.xf-form h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #252525;
  line-height: normal;
  margin-bottom: 20px;
}
.xf-form .xf-txt {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 80px;
}
.xf-form .form {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 700px;
  height: 740px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 80px 150px 50px;
  box-shadow: 0 0 20px rgba(174, 174, 174, 0.3);
  z-index: 10;
}
.xf-form .form input,
.xf-form .form select {
  display: block;
  width: 100%;
  height: 58px;
}
.xf-form .form .zs-input {
  border: 1px solid #d0d0d0;
  padding: 0 15px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #979797;
  margin-bottom: 25px;
  cursor: auto;
}
.xf-form .form .select {
  background: #f5f5f5 url(../images/jt.png) no-repeat 97% center;
}
.xf-form .form .on1 {
  background-color: #252525;
  color: #fff;
  margin-top: 45px;
}
.xfdz {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.xfdz .dz-ceng {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}
.xfdz .jjdz1 {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 1200px;
  height: 680px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 6;
  padding: 0;
}
.xfdz .jjdz1 .jjdz-box {
  height: 100%;
}
.xfdz .jjdz1 .jjdz-box .jjdz-r {
  padding: 40px 100px 0;
}
.xfdz .jjdz1 .jjdz-box .jjdz-l {
  height: 100%;
}
.xfdz .jjdz1 .jjdz-box .jjdz-l .img {
  height: 100%;
}
.qhxian .inside-banner .ctn h3::after {
  display: none;
}
